Shades of Conifer #9FF64D
Tints of Conifer #9FF64D
RGB
CMYK
RGB Variations
Color information
#9FF64D (or 0x9FF64D) is known color: Conifer. HEX triplet: 9F, F6 and 4D. RGB value is (159,246,77). Sum of RGB (Red+Green+Blue) = 159+246+77=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF64D is #6009B2. Grayscale: #C9C9C9. Windows color (decimal): -6293939 or 5109407. OLE color: 5109407.
HSL color Cylindrical-coordinate representation of color #9FF64D: hue angle of 90.89º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FF64D is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 77 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.04 |
| HSL | 90.89º | 0.9% | 0.63% | - |
| HSV(B) | 90.89º | 0.69% | 0.96% | - |
| XYZ | 48.59 | 73.82 | 18.71 | - |
| YUV | 200.72 | 58.18 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 77 | 0.35 | 0 | 0.69 | 0.04 | 90.89 | 0.9 | 0.63 |
| Hex | 9F | F6 | 4D | 23 | 0 | 45 | 4 | 5B | 5A | 3F |
| Octal | 237 | 366 | 115 | 43 | 0 | 105 | 4 | 133 | 132 | 77 |
| Binary | 10011111 | 11110110 | 1001101 | 100011 | 0 | 1000101 | 100 | 1011011 | 1011010 | 111111 |
Color Harmonies of #9FF64D
Complementary color
Monochromatic Colors of #9FF64D
Black with #9FF64D
Text Example
Text Example
White with #9FF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF64D; }
p { color: rgb(159,246,77); }
H1.HeaderClassName
{
color: #9FF64D;
}
.AnyTagClassName
{
color: #9FF64D;
}
</style>
background-color css
<style>
a { background-color: #9FF64D; }
a { background-color: rgb(159,246,77); }
div.DivClassName
{
background-color: #9FF64D;
}
.BgClassName
{
background-color: #9FF64D;
}
</style>
border-color css
<style>
span { border-color: #9FF64D; }
span { border-color: rgb(159,246,77); }
td.TdClassName
{
border-color: #9FF64D;
}
.TagClassName
{
border-color: #9FF64D;
}
</style>