Shades of Conifer #9FFC65
Tints of Conifer #9FFC65
RGB
CMYK
RGB Variations
Color information
#9FFC65 (or 0x9FFC65) is known color: Conifer. HEX triplet: 9F, FC and 65. RGB value is (159,252,101). Sum of RGB (Red+Green+Blue) = 159+252+101=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC65 is #60039A. Grayscale: #CFCFCF. Windows color (decimal): -6292379 or 6683807. OLE color: 6683807.
HSL color Cylindrical-coordinate representation of color #9FFC65: hue angle of 96.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FFC65 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 101 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.01 |
| HSL | 96.95º | 0.96% | 0.69% | - |
| HSV(B) | 96.95º | 0.6% | 0.99% | - |
| XYZ | 51.46 | 77.93 | 24.64 | - |
| YUV | 206.98 | 68.19 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 101 | 0.37 | 0 | 0.60 | 0.01 | 96.95 | 0.96 | 0.69 |
| Hex | 9F | FC | 65 | 25 | 0 | 3C | 1 | 61 | 60 | 45 |
| Octal | 237 | 374 | 145 | 45 | 0 | 74 | 1 | 141 | 140 | 105 |
| Binary | 10011111 | 11111100 | 1100101 | 100101 | 0 | 111100 | 1 | 1100001 | 1100000 | 1000101 |
Color Harmonies of #9FFC65
Complementary color
Monochromatic Colors of #9FFC65
Black with #9FFC65
Text Example
Text Example
White with #9FFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC65; }
p { color: rgb(159,252,101); }
H1.HeaderClassName
{
color: #9FFC65;
}
.AnyTagClassName
{
color: #9FFC65;
}
</style>
background-color css
<style>
a { background-color: #9FFC65; }
a { background-color: rgb(159,252,101); }
div.DivClassName
{
background-color: #9FFC65;
}
.BgClassName
{
background-color: #9FFC65;
}
</style>
border-color css
<style>
span { border-color: #9FFC65; }
span { border-color: rgb(159,252,101); }
td.TdClassName
{
border-color: #9FFC65;
}
.TagClassName
{
border-color: #9FFC65;
}
</style>