Shades of Conifer #9FDE65
Tints of Conifer #9FDE65
RGB
CMYK
RGB Variations
Color information
#9FDE65 (or 0x9FDE65) is known color: Conifer. HEX triplet: 9F, DE and 65. RGB value is (159,222,101). Sum of RGB (Red+Green+Blue) = 159+222+101=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE65 is #60219A. Grayscale: #BDBDBD. Windows color (decimal): -6300059 or 6676127. OLE color: 6676127.
HSL color Cylindrical-coordinate representation of color #9FDE65: hue angle of 91.24º degrees, saturation: 0.65, 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 #9FDE65 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 101 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.13 |
| HSL | 91.24º | 0.65% | 0.63% | - |
| HSV(B) | 91.24º | 0.55% | 0.87% | - |
| XYZ | 42.77 | 60.55 | 21.75 | - |
| YUV | 189.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 101 | 0.28 | 0 | 0.55 | 0.13 | 91.24 | 0.65 | 0.63 |
| Hex | 9F | DE | 65 | 1C | 0 | 37 | D | 5B | 41 | 3F |
| Octal | 237 | 336 | 145 | 34 | 0 | 67 | 15 | 133 | 101 | 77 |
| Binary | 10011111 | 11011110 | 1100101 | 11100 | 0 | 110111 | 1101 | 1011011 | 1000001 | 111111 |
Color Harmonies of #9FDE65
Complementary color
Monochromatic Colors of #9FDE65
Black with #9FDE65
Text Example
Text Example
White with #9FDE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE65; }
p { color: rgb(159,222,101); }
H1.HeaderClassName
{
color: #9FDE65;
}
.AnyTagClassName
{
color: #9FDE65;
}
</style>
background-color css
<style>
a { background-color: #9FDE65; }
a { background-color: rgb(159,222,101); }
div.DivClassName
{
background-color: #9FDE65;
}
.BgClassName
{
background-color: #9FDE65;
}
</style>
border-color css
<style>
span { border-color: #9FDE65; }
span { border-color: rgb(159,222,101); }
td.TdClassName
{
border-color: #9FDE65;
}
.TagClassName
{
border-color: #9FDE65;
}
</style>