Shades of Conifer #9BD855
Tints of Conifer #9BD855
RGB
CMYK
RGB Variations
Color information
#9BD855 (or 0x9BD855) is known color: Conifer. HEX triplet: 9B, D8 and 55. RGB value is (155,216,85). Sum of RGB (Red+Green+Blue) = 155+216+85=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD855 is #6427AA. Grayscale: #B7B7B7. Windows color (decimal): -6563755 or 5626011. OLE color: 5626011.
HSL color Cylindrical-coordinate representation of color #9BD855: hue angle of 87.94º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BD855 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 85 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.15 |
| HSL | 87.94º | 0.63% | 0.59% | - |
| HSV(B) | 87.94º | 0.61% | 0.85% | - |
| XYZ | 39.71 | 56.74 | 17.45 | - |
| YUV | 182.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 85 | 0.28 | 0 | 0.61 | 0.15 | 87.94 | 0.63 | 0.59 |
| Hex | 9B | D8 | 55 | 1C | 0 | 3D | F | 58 | 3F | 3B |
| Octal | 233 | 330 | 125 | 34 | 0 | 75 | 17 | 130 | 77 | 73 |
| Binary | 10011011 | 11011000 | 1010101 | 11100 | 0 | 111101 | 1111 | 1011000 | 111111 | 111011 |
Color Harmonies of #9BD855
Complementary color
Monochromatic Colors of #9BD855
Black with #9BD855
Text Example
Text Example
White with #9BD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD855; }
p { color: rgb(155,216,85); }
H1.HeaderClassName
{
color: #9BD855;
}
.AnyTagClassName
{
color: #9BD855;
}
</style>
background-color css
<style>
a { background-color: #9BD855; }
a { background-color: rgb(155,216,85); }
div.DivClassName
{
background-color: #9BD855;
}
.BgClassName
{
background-color: #9BD855;
}
</style>
border-color css
<style>
span { border-color: #9BD855; }
span { border-color: rgb(155,216,85); }
td.TdClassName
{
border-color: #9BD855;
}
.TagClassName
{
border-color: #9BD855;
}
</style>