Shades of Conifer #9CDB61
Tints of Conifer #9CDB61
RGB
CMYK
RGB Variations
Color information
#9CDB61 (or 0x9CDB61) is known color: Conifer. HEX triplet: 9C, DB and 61. RGB value is (156,219,97). Sum of RGB (Red+Green+Blue) = 156+219+97=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB61 is #63249E. Grayscale: #BABABA. Windows color (decimal): -6497439 or 6413212. OLE color: 6413212.
HSL color Cylindrical-coordinate representation of color #9CDB61: hue angle of 90.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CDB61 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 97 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.14 |
| HSL | 90.98º | 0.63% | 0.62% | - |
| HSV(B) | 90.98º | 0.56% | 0.86% | - |
| XYZ | 41.2 | 58.59 | 20.45 | - |
| YUV | 186.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 97 | 0.29 | 0 | 0.56 | 0.14 | 90.98 | 0.63 | 0.62 |
| Hex | 9C | DB | 61 | 1D | 0 | 38 | E | 5B | 3F | 3E |
| Octal | 234 | 333 | 141 | 35 | 0 | 70 | 16 | 133 | 77 | 76 |
| Binary | 10011100 | 11011011 | 1100001 | 11101 | 0 | 111000 | 1110 | 1011011 | 111111 | 111110 |
Color Harmonies of #9CDB61
Complementary color
Monochromatic Colors of #9CDB61
Black with #9CDB61
Text Example
Text Example
White with #9CDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB61; }
p { color: rgb(156,219,97); }
H1.HeaderClassName
{
color: #9CDB61;
}
.AnyTagClassName
{
color: #9CDB61;
}
</style>
background-color css
<style>
a { background-color: #9CDB61; }
a { background-color: rgb(156,219,97); }
div.DivClassName
{
background-color: #9CDB61;
}
.BgClassName
{
background-color: #9CDB61;
}
</style>
border-color css
<style>
span { border-color: #9CDB61; }
span { border-color: rgb(156,219,97); }
td.TdClassName
{
border-color: #9CDB61;
}
.TagClassName
{
border-color: #9CDB61;
}
</style>