#9DDF56

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

Shades of Conifer #9DDF56

Tints of Conifer #9DDF56

Color information

#9DDF56 (or 0x9DDF56) is unknown color: approx Conifer. HEX triplet: 9D, DF and 56. RGB value is (157,223,86). Sum of RGB (Red+Green+Blue) = 157+223+86=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF56 is #6220A9. Grayscale: #BCBCBC. Windows color (decimal): -6430890 or 5693341. OLE color: 5693341.

HSL color Cylindrical-coordinate representation of color #9DDF56: hue angle of 88.91º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DDF56 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB15722386-
CMYK0.3000.610.13
HSL88.91º68.16%60.59%-
HSV(B)88.91º61.43%87.45%-
XYZ41.9760.6218.29-
YUV187.6570.63106.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.69%
GREEN value IS 223 (87.5% from 255) = 47.85%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=33.69%
G=47.85%
B=18.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157223860.3000.610.1388.9168.1660.59
Hex9DDF561E03DD59443d
Octal235337126360751513110475
Binary10011101110111111010110111100111101110110110011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,223,86); }

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

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

 a { background-color: rgb(157,223,86); }

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

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

 span { border-color: rgb(157,223,86); }

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