Shades of Conifer #9FFE65
Tints of Conifer #9FFE65
RGB
CMYK
RGB Variations
Color information
#9FFE65 (or 0x9FFE65) is known color: Conifer. HEX triplet: 9F, FE and 65. RGB value is (159,254,101). Sum of RGB (Red+Green+Blue) = 159+254+101=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFE65 is #60019A. Grayscale: #D0D0D0. Windows color (decimal): -6291867 or 6684319. OLE color: 6684319.
HSL color Cylindrical-coordinate representation of color #9FFE65: hue angle of 97.25º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FFE65 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 101 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.00 |
| HSL | 97.25º | 0.99% | 0.7% | - |
| HSV(B) | 97.25º | 0.6% | 1% | - |
| XYZ | 52.09 | 79.19 | 24.85 | - |
| YUV | 208.15 | 67.53 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 101 | 0.37 | 0 | 0.60 | 0.00 | 97.25 | 0.99 | 0.7 |
| Hex | 9F | FE | 65 | 25 | 0 | 3C | 0 | 61 | 63 | 46 |
| Octal | 237 | 376 | 145 | 45 | 0 | 74 | 0 | 141 | 143 | 106 |
| Binary | 10011111 | 11111110 | 1100101 | 100101 | 0 | 111100 | 0 | 1100001 | 1100011 | 1000110 |
Color Harmonies of #9FFE65
Complementary color
Monochromatic Colors of #9FFE65
Black with #9FFE65
Text Example
Text Example
White with #9FFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE65; }
p { color: rgb(159,254,101); }
H1.HeaderClassName
{
color: #9FFE65;
}
.AnyTagClassName
{
color: #9FFE65;
}
</style>
background-color css
<style>
a { background-color: #9FFE65; }
a { background-color: rgb(159,254,101); }
div.DivClassName
{
background-color: #9FFE65;
}
.BgClassName
{
background-color: #9FFE65;
}
</style>
border-color css
<style>
span { border-color: #9FFE65; }
span { border-color: rgb(159,254,101); }
td.TdClassName
{
border-color: #9FFE65;
}
.TagClassName
{
border-color: #9FFE65;
}
</style>