Shades of Conifer #9DDC64
Tints of Conifer #9DDC64
RGB
CMYK
RGB Variations
Color information
#9DDC64 (or 0x9DDC64) is known color: Conifer. HEX triplet: 9D, DC and 64. RGB value is (157,220,100). Sum of RGB (Red+Green+Blue) = 157+220+100=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC64 is #62239B. Grayscale: #BBBBBB. Windows color (decimal): -6431644 or 6610077. OLE color: 6610077.
HSL color Cylindrical-coordinate representation of color #9DDC64: hue angle of 91.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DDC64 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 100 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.14 |
| HSL | 91.5º | 0.63% | 0.63% | - |
| HSV(B) | 91.5º | 0.55% | 0.86% | - |
| XYZ | 41.8 | 59.27 | 21.29 | - |
| YUV | 187.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 100 | 0.29 | 0 | 0.55 | 0.14 | 91.5 | 0.63 | 0.63 |
| Hex | 9D | DC | 64 | 1D | 0 | 37 | E | 5C | 3F | 3F |
| Octal | 235 | 334 | 144 | 35 | 0 | 67 | 16 | 134 | 77 | 77 |
| Binary | 10011101 | 11011100 | 1100100 | 11101 | 0 | 110111 | 1110 | 1011100 | 111111 | 111111 |
Color Harmonies of #9DDC64
Complementary color
Monochromatic Colors of #9DDC64
Black with #9DDC64
Text Example
Text Example
White with #9DDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC64; }
p { color: rgb(157,220,100); }
H1.HeaderClassName
{
color: #9DDC64;
}
.AnyTagClassName
{
color: #9DDC64;
}
</style>
background-color css
<style>
a { background-color: #9DDC64; }
a { background-color: rgb(157,220,100); }
div.DivClassName
{
background-color: #9DDC64;
}
.BgClassName
{
background-color: #9DDC64;
}
</style>
border-color css
<style>
span { border-color: #9DDC64; }
span { border-color: rgb(157,220,100); }
td.TdClassName
{
border-color: #9DDC64;
}
.TagClassName
{
border-color: #9DDC64;
}
</style>