Shades of Conifer #9BDB55
Tints of Conifer #9BDB55
RGB
CMYK
RGB Variations
Color information
#9BDB55 (or 0x9BDB55) is known color: Conifer. HEX triplet: 9B, DB and 55. RGB value is (155,219,85). Sum of RGB (Red+Green+Blue) = 155+219+85=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB55 is #6424AA. Grayscale: #B9B9B9. Windows color (decimal): -6562987 or 5626779. OLE color: 5626779.
HSL color Cylindrical-coordinate representation of color #9BDB55: hue angle of 88.66º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BDB55 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 85 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.14 |
| HSL | 88.66º | 0.65% | 0.6% | - |
| HSV(B) | 88.66º | 0.61% | 0.86% | - |
| XYZ | 40.49 | 58.29 | 17.71 | - |
| YUV | 184.59 | 71.8 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 85 | 0.29 | 0 | 0.61 | 0.14 | 88.66 | 0.65 | 0.6 |
| Hex | 9B | DB | 55 | 1D | 0 | 3D | E | 59 | 41 | 3C |
| Octal | 233 | 333 | 125 | 35 | 0 | 75 | 16 | 131 | 101 | 74 |
| Binary | 10011011 | 11011011 | 1010101 | 11101 | 0 | 111101 | 1110 | 1011001 | 1000001 | 111100 |
Color Harmonies of #9BDB55
Complementary color
Monochromatic Colors of #9BDB55
Black with #9BDB55
Text Example
Text Example
White with #9BDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB55; }
p { color: rgb(155,219,85); }
H1.HeaderClassName
{
color: #9BDB55;
}
.AnyTagClassName
{
color: #9BDB55;
}
</style>
background-color css
<style>
a { background-color: #9BDB55; }
a { background-color: rgb(155,219,85); }
div.DivClassName
{
background-color: #9BDB55;
}
.BgClassName
{
background-color: #9BDB55;
}
</style>
border-color css
<style>
span { border-color: #9BDB55; }
span { border-color: rgb(155,219,85); }
td.TdClassName
{
border-color: #9BDB55;
}
.TagClassName
{
border-color: #9BDB55;
}
</style>