#9DEF52

Color #9DEF52 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9DEF52

Tints of Conifer #9DEF52

Color information

#9DEF52 (or 0x9DEF52) is unknown color: approx Conifer. HEX triplet: 9D, EF and 52. RGB value is (157,239,82). Sum of RGB (Red+Green+Blue) = 157+239+82=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEF52 is #6210AD. Grayscale: #C5C5C5. Windows color (decimal): -6426798 or 5435293. OLE color: 5435293.

HSL color Cylindrical-coordinate representation of color #9DEF52: hue angle of 91.34º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DEF52 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB15723982-
CMYK0.3400.660.06
HSL91.34º83.07%62.94%-
HSV(B)91.34º65.69%93.73%-
XYZ46.2969.5118.96-
YUV196.5863.3399.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 17.15%
R=32.85%
G=50%
B=17.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal157239820.3400.660.0691.3483.0762.94
Hex9DEF522204265b533f
Octal235357122420102613312377
Binary100111011110111110100101000100100001011010110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DEF52; }

 p { color: rgb(157,239,82); }

 H1.HeaderClassName
 {
   color: #9DEF52;
 }
 .AnyTagClassName
 {
   color: #9DEF52;
 }
</style>
background-color css

<style>
 a { background-color: #9DEF52; }

 a { background-color: rgb(157,239,82); }

 div.DivClassName
 {
   background-color: #9DEF52;
 }
 .BgClassName
 {
   background-color: #9DEF52;
 }
</style>
border-color css

<style>
 span { border-color: #9DEF52; }

 span { border-color: rgb(157,239,82); }

 td.TdClassName
 {
   border-color: #9DEF52;
 }
 .TagClassName
 {
   border-color: #9DEF52;
 }
</style>