Shades of Conifer #9FEB64
Tints of Conifer #9FEB64
RGB
CMYK
RGB Variations
Color information
#9FEB64 (or 0x9FEB64) is known color: Conifer. HEX triplet: 9F, EB and 64. RGB value is (159,235,100). Sum of RGB (Red+Green+Blue) = 159+235+100=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEB64 is #60149B. Grayscale: #C5C5C5. Windows color (decimal): -6296732 or 6613919. OLE color: 6613919.
HSL color Cylindrical-coordinate representation of color #9FEB64: hue angle of 93.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FEB64 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 100 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.08 |
| HSL | 93.78º | 0.77% | 0.66% | - |
| HSV(B) | 93.78º | 0.57% | 0.92% | - |
| XYZ | 46.31 | 67.71 | 22.68 | - |
| YUV | 196.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 100 | 0.32 | 0 | 0.57 | 0.08 | 93.78 | 0.77 | 0.66 |
| Hex | 9F | EB | 64 | 20 | 0 | 39 | 8 | 5E | 4D | 42 |
| Octal | 237 | 353 | 144 | 40 | 0 | 71 | 10 | 136 | 115 | 102 |
| Binary | 10011111 | 11101011 | 1100100 | 100000 | 0 | 111001 | 1000 | 1011110 | 1001101 | 1000010 |
Color Harmonies of #9FEB64
Complementary color
Monochromatic Colors of #9FEB64
Black with #9FEB64
Text Example
Text Example
White with #9FEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEB64; }
p { color: rgb(159,235,100); }
H1.HeaderClassName
{
color: #9FEB64;
}
.AnyTagClassName
{
color: #9FEB64;
}
</style>
background-color css
<style>
a { background-color: #9FEB64; }
a { background-color: rgb(159,235,100); }
div.DivClassName
{
background-color: #9FEB64;
}
.BgClassName
{
background-color: #9FEB64;
}
</style>
border-color css
<style>
span { border-color: #9FEB64; }
span { border-color: rgb(159,235,100); }
td.TdClassName
{
border-color: #9FEB64;
}
.TagClassName
{
border-color: #9FEB64;
}
</style>