Shades of Conifer #9CDE64
Tints of Conifer #9CDE64
RGB
CMYK
RGB Variations
Color information
#9CDE64 (or 0x9CDE64) is known color: Conifer. HEX triplet: 9C, DE and 64. RGB value is (156,222,100). Sum of RGB (Red+Green+Blue) = 156+222+100=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDE64 is #63219B. Grayscale: #BCBCBC. Windows color (decimal): -6496668 or 6610588. OLE color: 6610588.
HSL color Cylindrical-coordinate representation of color #9CDE64: hue angle of 92.46º 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 #9CDE64 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 100 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.13 |
| HSL | 92.46º | 0.65% | 0.63% | - |
| HSV(B) | 92.46º | 0.55% | 0.87% | - |
| XYZ | 42.13 | 60.23 | 21.46 | - |
| YUV | 188.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 100 | 0.30 | 0 | 0.55 | 0.13 | 92.46 | 0.65 | 0.63 |
| Hex | 9C | DE | 64 | 1E | 0 | 37 | D | 5C | 41 | 3F |
| Octal | 234 | 336 | 144 | 36 | 0 | 67 | 15 | 134 | 101 | 77 |
| Binary | 10011100 | 11011110 | 1100100 | 11110 | 0 | 110111 | 1101 | 1011100 | 1000001 | 111111 |
Color Harmonies of #9CDE64
Complementary color
Monochromatic Colors of #9CDE64
Black with #9CDE64
Text Example
Text Example
White with #9CDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDE64; }
p { color: rgb(156,222,100); }
H1.HeaderClassName
{
color: #9CDE64;
}
.AnyTagClassName
{
color: #9CDE64;
}
</style>
background-color css
<style>
a { background-color: #9CDE64; }
a { background-color: rgb(156,222,100); }
div.DivClassName
{
background-color: #9CDE64;
}
.BgClassName
{
background-color: #9CDE64;
}
</style>
border-color css
<style>
span { border-color: #9CDE64; }
span { border-color: rgb(156,222,100); }
td.TdClassName
{
border-color: #9CDE64;
}
.TagClassName
{
border-color: #9CDE64;
}
</style>