Shades of Conifer #9FFF65
Tints of Conifer #9FFF65
RGB
CMYK
RGB Variations
Color information
#9FFF65 (or 0x9FFF65) is known color: Conifer. HEX triplet: 9F, FF and 65. RGB value is (159,255,101). Sum of RGB (Red+Green+Blue) = 159+255+101=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF65 is #60009A. Grayscale: #D1D1D1. Windows color (decimal): -6291611 or 6684575. OLE color: 6684575.
HSL color Cylindrical-coordinate representation of color #9FFF65: hue angle of 97.4º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FFF65 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 101 | - |
| CMYK | 0.38 | 0 | 0.60 | 0 |
| HSL | 97.4º | 1% | 0.7% | - |
| HSV(B) | 97.4º | 0.6% | 1% | - |
| XYZ | 52.41 | 79.83 | 24.96 | - |
| YUV | 208.74 | 67.2 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 101 | 0.38 | 0 | 0.60 | 0 | 97.4 | 1 | 0.7 |
| Hex | 9F | FF | 65 | 26 | 0 | 3C | 0 | 61 | 64 | 46 |
| Octal | 237 | 377 | 145 | 46 | 0 | 74 | 0 | 141 | 144 | 106 |
| Binary | 10011111 | 11111111 | 1100101 | 100110 | 0 | 111100 | 0 | 1100001 | 1100100 | 1000110 |
Color Harmonies of #9FFF65
Complementary color
Monochromatic Colors of #9FFF65
Black with #9FFF65
Text Example
Text Example
White with #9FFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF65; }
p { color: rgb(159,255,101); }
H1.HeaderClassName
{
color: #9FFF65;
}
.AnyTagClassName
{
color: #9FFF65;
}
</style>
background-color css
<style>
a { background-color: #9FFF65; }
a { background-color: rgb(159,255,101); }
div.DivClassName
{
background-color: #9FFF65;
}
.BgClassName
{
background-color: #9FFF65;
}
</style>
border-color css
<style>
span { border-color: #9FFF65; }
span { border-color: rgb(159,255,101); }
td.TdClassName
{
border-color: #9FFF65;
}
.TagClassName
{
border-color: #9FFF65;
}
</style>