Color Hex Logo

#92cd4f Color Hex

#92CD4F
(146,205,79)
0 Favorites   0 Comments

Color spaces of #92cd4f

RGB 14620579
HSL0.240.560.56
HSV88°61°80°
CMYK 0.290.000.61   0.20
XYZ35.096750.338115.2636
Yxy50.33810.34850.4999
Hunter Lab70.9493-35.862336.9093
CIE-Lab76.2763-39.030755.2019

#92cd4f color RGB value is (146,205,79).

#92cd4f hex color red value is 146, green value is 205 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #92cd4f hue: 0.24 , saturation: 0.56 and the lightness value of 92cd4f is 0.56.

The process color (four color CMYK) of #92cd4f color hex is 0.29, 0.00, 0.61, 0.20. Web safe color of #92cd4f is #99cc66. Color #92cd4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11001101 01001111
Octal 222 315 117
Decimal 146 205 79
Hex 92 CD 4F

RGB Percentages of Color #92cd4f

%33.95
%47.67
%18.37

CMYK Percentages of Color #92cd4f

%29
%0
%61
%20

Triadic Colors of #92cd4f

#92cd4f #4f92cd #cd4f92

Analogous Colors of #92cd4f

#92cd4f #53cd4f #cdc94f

Monochromatic Colors of #92cd4f

#92cd4f

Complementary Color

#92cd4f #8a4fcd

#92cd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92cd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#92cd4f Color CSS Codes

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

#92cd4f Text Font Color

<p style="color:#92cd4f">Text here</p>

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


#92cd4f Background Color

<div style="background-color:#92cd4f">
Div content here</div>

This div background color is #92cd4f


#92cd4f Border Color

<div style="border:3px solid #92cd4f">
Div here</div>

This div border color is #92cd4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,205,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92cd4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92cd4f;
  -webkit-box-shadow: 1px 1px 3px 2px #92cd4f;
  box-shadow:         1px 1px 3px 2px #92cd4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,205,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92cd4f


Comments

No comments written yet.

Please login to write comment.