Shades of Conifer #9CDB65
Tints of Conifer #9CDB65
RGB
CMYK
RGB Variations
Color information
#9CDB65 (or 0x9CDB65) is known color: Conifer. HEX triplet: 9C, DB and 65. RGB value is (156,219,101). Sum of RGB (Red+Green+Blue) = 156+219+101=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB65 is #63249A. Grayscale: #BBBBBB. Windows color (decimal): -6497435 or 6675356. OLE color: 6675356.
HSL color Cylindrical-coordinate representation of color #9CDB65: hue angle of 92.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CDB65 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 101 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.14 |
| HSL | 92.03º | 0.62% | 0.63% | - |
| HSV(B) | 92.03º | 0.54% | 0.86% | - |
| XYZ | 41.39 | 58.67 | 21.45 | - |
| YUV | 186.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 101 | 0.29 | 0 | 0.54 | 0.14 | 92.03 | 0.62 | 0.63 |
| Hex | 9C | DB | 65 | 1D | 0 | 36 | E | 5C | 3E | 3F |
| Octal | 234 | 333 | 145 | 35 | 0 | 66 | 16 | 134 | 76 | 77 |
| Binary | 10011100 | 11011011 | 1100101 | 11101 | 0 | 110110 | 1110 | 1011100 | 111110 | 111111 |
Color Harmonies of #9CDB65
Complementary color
Monochromatic Colors of #9CDB65
Black with #9CDB65
Text Example
Text Example
White with #9CDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB65; }
p { color: rgb(156,219,101); }
H1.HeaderClassName
{
color: #9CDB65;
}
.AnyTagClassName
{
color: #9CDB65;
}
</style>
background-color css
<style>
a { background-color: #9CDB65; }
a { background-color: rgb(156,219,101); }
div.DivClassName
{
background-color: #9CDB65;
}
.BgClassName
{
background-color: #9CDB65;
}
</style>
border-color css
<style>
span { border-color: #9CDB65; }
span { border-color: rgb(156,219,101); }
td.TdClassName
{
border-color: #9CDB65;
}
.TagClassName
{
border-color: #9CDB65;
}
</style>