Shades of Conifer #9CDD64
Tints of Conifer #9CDD64
RGB
CMYK
RGB Variations
Color information
#9CDD64 (or 0x9CDD64) is known color: Conifer. HEX triplet: 9C, DD and 64. RGB value is (156,221,100). Sum of RGB (Red+Green+Blue) = 156+221+100=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD64 is #63229B. Grayscale: #BCBCBC. Windows color (decimal): -6496924 or 6610332. OLE color: 6610332.
HSL color Cylindrical-coordinate representation of color #9CDD64: hue angle of 92.23º degrees, saturation: 0.64, 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 #9CDD64 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 100 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.13 |
| HSL | 92.23º | 0.64% | 0.63% | - |
| HSV(B) | 92.23º | 0.55% | 0.87% | - |
| XYZ | 41.87 | 59.7 | 21.37 | - |
| YUV | 187.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 100 | 0.29 | 0 | 0.55 | 0.13 | 92.23 | 0.64 | 0.63 |
| Hex | 9C | DD | 64 | 1D | 0 | 37 | D | 5C | 40 | 3F |
| Octal | 234 | 335 | 144 | 35 | 0 | 67 | 15 | 134 | 100 | 77 |
| Binary | 10011100 | 11011101 | 1100100 | 11101 | 0 | 110111 | 1101 | 1011100 | 1000000 | 111111 |
Color Harmonies of #9CDD64
Complementary color
Monochromatic Colors of #9CDD64
Black with #9CDD64
Text Example
Text Example
White with #9CDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD64; }
p { color: rgb(156,221,100); }
H1.HeaderClassName
{
color: #9CDD64;
}
.AnyTagClassName
{
color: #9CDD64;
}
</style>
background-color css
<style>
a { background-color: #9CDD64; }
a { background-color: rgb(156,221,100); }
div.DivClassName
{
background-color: #9CDD64;
}
.BgClassName
{
background-color: #9CDD64;
}
</style>
border-color css
<style>
span { border-color: #9CDD64; }
span { border-color: rgb(156,221,100); }
td.TdClassName
{
border-color: #9CDD64;
}
.TagClassName
{
border-color: #9CDD64;
}
</style>