Color Hex Logo

#74bf39 Color Hex

#74BF39
(116,191,57)
0 Favorites   0 Comments

Color spaces of #74bf39

RGB 11619157
HSL0.260.540.49
HSV94°70°75°
CMYK 0.390.000.70   0.25
XYZ26.571841.270010.4363
Yxy41.27000.33950.5272
Hunter Lab64.2417-38.591535.3373
CIE-Lab70.3647-45.324457.3756

#74bf39 color RGB value is (116,191,57).

#74bf39 hex color red value is 116, green value is 191 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #74bf39 hue: 0.26 , saturation: 0.54 and the lightness value of 74bf39 is 0.49.

The process color (four color CMYK) of #74bf39 color hex is 0.39, 0.00, 0.70, 0.25. Web safe color of #74bf39 is #66cc33. Color #74bf39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111111 00111001
Octal 164 277 71
Decimal 116 191 57
Hex 74 BF 39

RGB Percentages of Color #74bf39

%31.87
%52.47
%15.66

CMYK Percentages of Color #74bf39

%39
%0
%70
%25

Triadic Colors of #74bf39

#74bf39 #3974bf #bf3974

Analogous Colors of #74bf39

#74bf39 #39bf41 #b7bf39

Monochromatic Colors of #74bf39

#74bf39

Complementary Color

#74bf39 #8439bf

#74bf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bf39 Color CSS Codes

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

#74bf39 Text Font Color

<p style="color:#74bf39">Text here</p>

This sample text font color is #74bf39
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.


#74bf39 Background Color

<div style="background-color:#74bf39">
Div content here</div>

This div background color is #74bf39


#74bf39 Border Color

<div style="border:3px solid #74bf39">
Div here</div>

This div border color is #74bf39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,191,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74bf39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74bf39;
  -webkit-box-shadow: 1px 1px 3px 2px #74bf39;
  box-shadow:         1px 1px 3px 2px #74bf39; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,191,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bf39


Comments

No comments written yet.

Please login to write comment.