color codes Logo

#92d95d color codes

#92D95D
(146,217,93)
0 Favorites   0 Comments

Color spaces of #92d95d

RGB 14621793
HSL0.260.620.61
HSV94°57°85°
CMYK 0.330.000.57   0.15
XYZ38.642756.527019.2300
Yxy56.52700.33780.4941
Hunter Lab75.1844-39.828837.4644
CIE-Lab79.9128-43.009953.1557

#92d95d color RGB value is (146,217,93).

#92d95d hex color red value is 146, green value is 217 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #92d95d hue: 0.26 , saturation: 0.62 and the lightness value of 92d95d is 0.61.

The process color (four color CMYK) of #92d95d color code is 0.33, 0.00, 0.57, 0.15. Web safe color of #92d95d is #99cc66. Color #92d95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11011001 01011101
Octal 222 331 135
Decimal 146 217 93
Hex 92 D9 5D

RGB Percentages of Color #92d95d

%32.02
%47.59
%20.39

CMYK Percentages of Color #92d95d

%33
%0
%57
%15

Triadic Colors of #92d95d

#92d95d #5d92d9 #d95d92

Analogous Colors of #92d95d

#92d95d #5dd966 #d0d95d

Monochromatic Colors of #92d95d

#92d95d

Complementary Color

#92d95d #a45dd9

#92d95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92d95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#92d95d Color CSS Codes

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

#92d95d Text Font Color

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

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


#92d95d Background Color

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

This div background color is #92d95d


#92d95d Border Color

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

This div border color is #92d95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92d95d


Comments

No comments written yet.

Please login to write comment.