Color Hex Logo

#73bd3d Color Hex

#73BD3D
(115,189,61)
0 Favorites   0 Comments

Color spaces of #73bd3d

RGB 11518961
HSL0.260.510.49
HSV95°68°74°
CMYK 0.390.000.68   0.26
XYZ26.110140.377010.8323
Yxy40.37700.33770.5222
Hunter Lab63.5429-37.853534.3727
CIE-Lab69.7372-44.524555.1504

#73bd3d color RGB value is (115,189,61).

#73bd3d hex color red value is 115, green value is 189 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #73bd3d hue: 0.26 , saturation: 0.51 and the lightness value of 73bd3d is 0.49.

The process color (four color CMYK) of #73bd3d color hex is 0.39, 0.00, 0.68, 0.26. Web safe color of #73bd3d is #66cc33. Color #73bd3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111101 00111101
Octal 163 275 75
Decimal 115 189 61
Hex 73 BD 3D

RGB Percentages of Color #73bd3d

%31.51
%51.78
%16.71

CMYK Percentages of Color #73bd3d

%39
%0
%68
%26

Triadic Colors of #73bd3d

#73bd3d #3d73bd #bd3d73

Analogous Colors of #73bd3d

#73bd3d #3dbd47 #b3bd3d

Monochromatic Colors of #73bd3d

#73bd3d

Complementary Color

#73bd3d #873dbd

#73bd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bd3d Color CSS Codes

.mybgcolor {background-color:#73bd3d; } 
.myforecolor {color:#73bd3d; }
.mybordercolor {border:3px solid #73bd3d; }

#73bd3d Text Font Color

<p style="color:#73bd3d">Text here</p>

This sample text font color is #73bd3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#73bd3d Background Color

<div style="background-color:#73bd3d">
Div content here</div>

This div background color is #73bd3d


#73bd3d Border Color

<div style="border:3px solid #73bd3d">
Div here</div>

This div border color is #73bd3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,189,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73bd3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73bd3d;
  -webkit-box-shadow: 1px 1px 3px 2px #73bd3d;
  box-shadow:         1px 1px 3px 2px #73bd3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,189,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #73bd3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #73bd3d;
  -webkit-box-shadow: 1px 1px 3px 2px #73bd3d;
  box-shadow:         1px 1px 3px 2px #73bd3d;">
Div content here</div>

This div box has shadow with color #73bd3d


Comments

No comments written yet.

Please login to write comment.