Shades of Conifer #9FFB65
Tints of Conifer #9FFB65
RGB
CMYK
RGB Variations
Color information
#9FFB65 (or 0x9FFB65) is known color: Conifer. HEX triplet: 9F, FB and 65. RGB value is (159,251,101). Sum of RGB (Red+Green+Blue) = 159+251+101=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB65 is #60049A. Grayscale: #CECECE. Windows color (decimal): -6292635 or 6683551. OLE color: 6683551.
HSL color Cylindrical-coordinate representation of color #9FFB65: hue angle of 96.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FFB65 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 101 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.02 |
| HSL | 96.8º | 0.95% | 0.69% | - |
| HSV(B) | 96.8º | 0.6% | 0.98% | - |
| XYZ | 51.14 | 77.3 | 24.54 | - |
| YUV | 206.39 | 68.52 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 101 | 0.37 | 0 | 0.60 | 0.02 | 96.8 | 0.95 | 0.69 |
| Hex | 9F | FB | 65 | 25 | 0 | 3C | 2 | 61 | 5F | 45 |
| Octal | 237 | 373 | 145 | 45 | 0 | 74 | 2 | 141 | 137 | 105 |
| Binary | 10011111 | 11111011 | 1100101 | 100101 | 0 | 111100 | 10 | 1100001 | 1011111 | 1000101 |
Color Harmonies of #9FFB65
Complementary color
Monochromatic Colors of #9FFB65
Black with #9FFB65
Text Example
Text Example
White with #9FFB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB65; }
p { color: rgb(159,251,101); }
H1.HeaderClassName
{
color: #9FFB65;
}
.AnyTagClassName
{
color: #9FFB65;
}
</style>
background-color css
<style>
a { background-color: #9FFB65; }
a { background-color: rgb(159,251,101); }
div.DivClassName
{
background-color: #9FFB65;
}
.BgClassName
{
background-color: #9FFB65;
}
</style>
border-color css
<style>
span { border-color: #9FFB65; }
span { border-color: rgb(159,251,101); }
td.TdClassName
{
border-color: #9FFB65;
}
.TagClassName
{
border-color: #9FFB65;
}
</style>