#9DDE64

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

Shades of Conifer #9DDE64

Tints of Conifer #9DDE64

Color information

#9DDE64 (or 0x9DDE64) is unknown color: approx Conifer. HEX triplet: 9D, DE and 64. RGB value is (157,222,100). Sum of RGB (Red+Green+Blue) = 157+222+100=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE64 is #62219B. Grayscale: #BDBDBD. Windows color (decimal): -6431132 or 6610589. OLE color: 6610589.

HSL color Cylindrical-coordinate representation of color #9DDE64: hue angle of 91.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DDE64 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB157222100-
CMYK0.2900.550.13
HSL91.97º64.89%63.14%-
HSV(B)91.97º54.95%87.06%-
XYZ42.3360.3321.47-
YUV188.6677.97105.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=32.78%
G=46.35%
B=20.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221000.2900.550.1391.9764.8963.14
Hex9DDE641D037D5c413f
Octal235336144350671513410177
Binary10011101110111101100100111010110111110110111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,100); }

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

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

 a { background-color: rgb(157,222,100); }

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

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

 span { border-color: rgb(157,222,100); }

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