Shades of Conifer #9FFB56
Tints of Conifer #9FFB56
RGB
CMYK
RGB Variations
Color information
#9FFB56 (or 0x9FFB56) is known color: Conifer. HEX triplet: 9F, FB and 56. RGB value is (159,251,86). Sum of RGB (Red+Green+Blue) = 159+251+86=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB56 is #6004A9. Grayscale: #CDCDCD. Windows color (decimal): -6292650 or 5700511. OLE color: 5700511.
HSL color Cylindrical-coordinate representation of color #9FFB56: hue angle of 93.45º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FFB56 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 86 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.02 |
| HSL | 93.45º | 0.95% | 0.66% | - |
| HSV(B) | 93.45º | 0.66% | 0.98% | - |
| XYZ | 50.47 | 77.04 | 21.01 | - |
| YUV | 204.68 | 61.02 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 86 | 0.37 | 0 | 0.66 | 0.02 | 93.45 | 0.95 | 0.66 |
| Hex | 9F | FB | 56 | 25 | 0 | 42 | 2 | 5D | 5F | 42 |
| Octal | 237 | 373 | 126 | 45 | 0 | 102 | 2 | 135 | 137 | 102 |
| Binary | 10011111 | 11111011 | 1010110 | 100101 | 0 | 1000010 | 10 | 1011101 | 1011111 | 1000010 |
Color Harmonies of #9FFB56
Complementary color
Monochromatic Colors of #9FFB56
Black with #9FFB56
Text Example
Text Example
White with #9FFB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB56; }
p { color: rgb(159,251,86); }
H1.HeaderClassName
{
color: #9FFB56;
}
.AnyTagClassName
{
color: #9FFB56;
}
</style>
background-color css
<style>
a { background-color: #9FFB56; }
a { background-color: rgb(159,251,86); }
div.DivClassName
{
background-color: #9FFB56;
}
.BgClassName
{
background-color: #9FFB56;
}
</style>
border-color css
<style>
span { border-color: #9FFB56; }
span { border-color: rgb(159,251,86); }
td.TdClassName
{
border-color: #9FFB56;
}
.TagClassName
{
border-color: #9FFB56;
}
</style>