Shades of Conifer #9FDB61
Tints of Conifer #9FDB61
RGB
CMYK
RGB Variations
Color information
#9FDB61 (or 0x9FDB61) is known color: Conifer. HEX triplet: 9F, DB and 61. RGB value is (159,219,97). Sum of RGB (Red+Green+Blue) = 159+219+97=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB61 is #60249E. Grayscale: #BBBBBB. Windows color (decimal): -6300831 or 6413215. OLE color: 6413215.
HSL color Cylindrical-coordinate representation of color #9FDB61: hue angle of 89.51º 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 #9FDB61 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 97 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.14 |
| HSL | 89.51º | 0.63% | 0.62% | - |
| HSV(B) | 89.51º | 0.56% | 0.86% | - |
| XYZ | 41.79 | 58.9 | 20.48 | - |
| YUV | 187.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 97 | 0.27 | 0 | 0.56 | 0.14 | 89.51 | 0.63 | 0.62 |
| Hex | 9F | DB | 61 | 1B | 0 | 38 | E | 5A | 3F | 3E |
| Octal | 237 | 333 | 141 | 33 | 0 | 70 | 16 | 132 | 77 | 76 |
| Binary | 10011111 | 11011011 | 1100001 | 11011 | 0 | 111000 | 1110 | 1011010 | 111111 | 111110 |
Color Harmonies of #9FDB61
Complementary color
Monochromatic Colors of #9FDB61
Black with #9FDB61
Text Example
Text Example
White with #9FDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB61; }
p { color: rgb(159,219,97); }
H1.HeaderClassName
{
color: #9FDB61;
}
.AnyTagClassName
{
color: #9FDB61;
}
</style>
background-color css
<style>
a { background-color: #9FDB61; }
a { background-color: rgb(159,219,97); }
div.DivClassName
{
background-color: #9FDB61;
}
.BgClassName
{
background-color: #9FDB61;
}
</style>
border-color css
<style>
span { border-color: #9FDB61; }
span { border-color: rgb(159,219,97); }
td.TdClassName
{
border-color: #9FDB61;
}
.TagClassName
{
border-color: #9FDB61;
}
</style>