Shades of Conifer #9FDB65
Tints of Conifer #9FDB65
RGB
CMYK
RGB Variations
Color information
#9FDB65 (or 0x9FDB65) is known color: Conifer. HEX triplet: 9F, DB and 65. RGB value is (159,219,101). Sum of RGB (Red+Green+Blue) = 159+219+101=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB65 is #60249A. Grayscale: #BCBCBC. Windows color (decimal): -6300827 or 6675359. OLE color: 6675359.
HSL color Cylindrical-coordinate representation of color #9FDB65: hue angle of 90.51º 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 #9FDB65 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 101 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.14 |
| HSL | 90.51º | 0.62% | 0.63% | - |
| HSV(B) | 90.51º | 0.54% | 0.86% | - |
| XYZ | 41.98 | 58.97 | 21.48 | - |
| YUV | 187.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 101 | 0.27 | 0 | 0.54 | 0.14 | 90.51 | 0.62 | 0.63 |
| Hex | 9F | DB | 65 | 1B | 0 | 36 | E | 5B | 3E | 3F |
| Octal | 237 | 333 | 145 | 33 | 0 | 66 | 16 | 133 | 76 | 77 |
| Binary | 10011111 | 11011011 | 1100101 | 11011 | 0 | 110110 | 1110 | 1011011 | 111110 | 111111 |
Color Harmonies of #9FDB65
Complementary color
Monochromatic Colors of #9FDB65
Black with #9FDB65
Text Example
Text Example
White with #9FDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB65; }
p { color: rgb(159,219,101); }
H1.HeaderClassName
{
color: #9FDB65;
}
.AnyTagClassName
{
color: #9FDB65;
}
</style>
background-color css
<style>
a { background-color: #9FDB65; }
a { background-color: rgb(159,219,101); }
div.DivClassName
{
background-color: #9FDB65;
}
.BgClassName
{
background-color: #9FDB65;
}
</style>
border-color css
<style>
span { border-color: #9FDB65; }
span { border-color: rgb(159,219,101); }
td.TdClassName
{
border-color: #9FDB65;
}
.TagClassName
{
border-color: #9FDB65;
}
</style>