Shades of Conifer #9BFB59
Tints of Conifer #9BFB59
RGB
CMYK
RGB Variations
Color information
#9BFB59 (or 0x9BFB59) is known color: Conifer. HEX triplet: 9B, FB and 59. RGB value is (155,251,89). Sum of RGB (Red+Green+Blue) = 155+251+89=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB59 is #6404A6. Grayscale: #CCCCCC. Windows color (decimal): -6554791 or 5897115. OLE color: 5897115.
HSL color Cylindrical-coordinate representation of color #9BFB59: hue angle of 95.56º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BFB59 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 89 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.02 |
| HSL | 95.56º | 0.95% | 0.67% | - |
| HSV(B) | 95.56º | 0.65% | 0.98% | - |
| XYZ | 49.82 | 76.68 | 21.63 | - |
| YUV | 203.83 | 63.2 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 89 | 0.38 | 0 | 0.65 | 0.02 | 95.56 | 0.95 | 0.67 |
| Hex | 9B | FB | 59 | 26 | 0 | 41 | 2 | 60 | 5F | 43 |
| Octal | 233 | 373 | 131 | 46 | 0 | 101 | 2 | 140 | 137 | 103 |
| Binary | 10011011 | 11111011 | 1011001 | 100110 | 0 | 1000001 | 10 | 1100000 | 1011111 | 1000011 |
Color Harmonies of #9BFB59
Complementary color
Monochromatic Colors of #9BFB59
Black with #9BFB59
Text Example
Text Example
White with #9BFB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB59; }
p { color: rgb(155,251,89); }
H1.HeaderClassName
{
color: #9BFB59;
}
.AnyTagClassName
{
color: #9BFB59;
}
</style>
background-color css
<style>
a { background-color: #9BFB59; }
a { background-color: rgb(155,251,89); }
div.DivClassName
{
background-color: #9BFB59;
}
.BgClassName
{
background-color: #9BFB59;
}
</style>
border-color css
<style>
span { border-color: #9BFB59; }
span { border-color: rgb(155,251,89); }
td.TdClassName
{
border-color: #9BFB59;
}
.TagClassName
{
border-color: #9BFB59;
}
</style>