Shades of Conifer #B0DB55
Tints of Conifer #B0DB55
RGB
CMYK
RGB Variations
Color information
#B0DB55 (or 0xB0DB55) is known color: Conifer. HEX triplet: B0, DB and 55. RGB value is (176,219,85). Sum of RGB (Red+Green+Blue) = 176+219+85=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB55 is #4F24AA. Grayscale: #BFBFBF. Windows color (decimal): -5186731 or 5626800. OLE color: 5626800.
HSL color Cylindrical-coordinate representation of color #B0DB55: hue angle of 79.25º 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 #B0DB55 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 85 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.14 |
| HSL | 79.25º | 0.65% | 0.6% | - |
| HSV(B) | 79.25º | 0.61% | 0.86% | - |
| XYZ | 44.88 | 60.55 | 17.92 | - |
| YUV | 190.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 85 | 0.20 | 0 | 0.61 | 0.14 | 79.25 | 0.65 | 0.6 |
| Hex | B0 | DB | 55 | 14 | 0 | 3D | E | 4F | 41 | 3C |
| Octal | 260 | 333 | 125 | 24 | 0 | 75 | 16 | 117 | 101 | 74 |
| Binary | 10110000 | 11011011 | 1010101 | 10100 | 0 | 111101 | 1110 | 1001111 | 1000001 | 111100 |
Color Harmonies of #B0DB55
Complementary color
Monochromatic Colors of #B0DB55
Black with #B0DB55
Text Example
Text Example
White with #B0DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB55; }
p { color: rgb(176,219,85); }
H1.HeaderClassName
{
color: #B0DB55;
}
.AnyTagClassName
{
color: #B0DB55;
}
</style>
background-color css
<style>
a { background-color: #B0DB55; }
a { background-color: rgb(176,219,85); }
div.DivClassName
{
background-color: #B0DB55;
}
.BgClassName
{
background-color: #B0DB55;
}
</style>
border-color css
<style>
span { border-color: #B0DB55; }
span { border-color: rgb(176,219,85); }
td.TdClassName
{
border-color: #B0DB55;
}
.TagClassName
{
border-color: #B0DB55;
}
</style>