Shades of Conifer #B0DB57
Tints of Conifer #B0DB57
RGB
CMYK
RGB Variations
Color information
#B0DB57 (or 0xB0DB57) is known color: Conifer. HEX triplet: B0, DB and 57. RGB value is (176,219,87). Sum of RGB (Red+Green+Blue) = 176+219+87=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB57 is #4F24A8. Grayscale: #BFBFBF. Windows color (decimal): -5186729 or 5757872. OLE color: 5757872.
HSL color Cylindrical-coordinate representation of color #B0DB57: hue angle of 79.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0DB57 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 87 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.14 |
| HSL | 79.55º | 0.65% | 0.6% | - |
| HSV(B) | 79.55º | 0.6% | 0.86% | - |
| XYZ | 44.96 | 60.58 | 18.34 | - |
| YUV | 191.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 87 | 0.20 | 0 | 0.60 | 0.14 | 79.55 | 0.65 | 0.6 |
| Hex | B0 | DB | 57 | 14 | 0 | 3C | E | 50 | 41 | 3C |
| Octal | 260 | 333 | 127 | 24 | 0 | 74 | 16 | 120 | 101 | 74 |
| Binary | 10110000 | 11011011 | 1010111 | 10100 | 0 | 111100 | 1110 | 1010000 | 1000001 | 111100 |
Color Harmonies of #B0DB57
Complementary color
Monochromatic Colors of #B0DB57
Black with #B0DB57
Text Example
Text Example
White with #B0DB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB57; }
p { color: rgb(176,219,87); }
H1.HeaderClassName
{
color: #B0DB57;
}
.AnyTagClassName
{
color: #B0DB57;
}
</style>
background-color css
<style>
a { background-color: #B0DB57; }
a { background-color: rgb(176,219,87); }
div.DivClassName
{
background-color: #B0DB57;
}
.BgClassName
{
background-color: #B0DB57;
}
</style>
border-color css
<style>
span { border-color: #B0DB57; }
span { border-color: rgb(176,219,87); }
td.TdClassName
{
border-color: #B0DB57;
}
.TagClassName
{
border-color: #B0DB57;
}
</style>