Shades of Conifer #9BFB56
Tints of Conifer #9BFB56
RGB
CMYK
RGB Variations
Color information
#9BFB56 (or 0x9BFB56) is known color: Conifer. HEX triplet: 9B, FB and 56. RGB value is (155,251,86). Sum of RGB (Red+Green+Blue) = 155+251+86=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB56 is #6404A9. Grayscale: #CCCCCC. Windows color (decimal): -6554794 or 5700507. OLE color: 5700507.
HSL color Cylindrical-coordinate representation of color #9BFB56: hue angle of 94.91º 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 #9BFB56 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 86 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.02 |
| HSL | 94.91º | 0.95% | 0.66% | - |
| HSV(B) | 94.91º | 0.66% | 0.98% | - |
| XYZ | 49.69 | 76.63 | 20.98 | - |
| YUV | 203.49 | 61.7 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 86 | 0.38 | 0 | 0.66 | 0.02 | 94.91 | 0.95 | 0.66 |
| Hex | 9B | FB | 56 | 26 | 0 | 42 | 2 | 5F | 5F | 42 |
| Octal | 233 | 373 | 126 | 46 | 0 | 102 | 2 | 137 | 137 | 102 |
| Binary | 10011011 | 11111011 | 1010110 | 100110 | 0 | 1000010 | 10 | 1011111 | 1011111 | 1000010 |
Color Harmonies of #9BFB56
Complementary color
Monochromatic Colors of #9BFB56
Black with #9BFB56
Text Example
Text Example
White with #9BFB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB56; }
p { color: rgb(155,251,86); }
H1.HeaderClassName
{
color: #9BFB56;
}
.AnyTagClassName
{
color: #9BFB56;
}
</style>
background-color css
<style>
a { background-color: #9BFB56; }
a { background-color: rgb(155,251,86); }
div.DivClassName
{
background-color: #9BFB56;
}
.BgClassName
{
background-color: #9BFB56;
}
</style>
border-color css
<style>
span { border-color: #9BFB56; }
span { border-color: rgb(155,251,86); }
td.TdClassName
{
border-color: #9BFB56;
}
.TagClassName
{
border-color: #9BFB56;
}
</style>