Shades of Conifer #B6DB57
Tints of Conifer #B6DB57
RGB
CMYK
RGB Variations
Color information
#B6DB57 (or 0xB6DB57) is known color: Conifer. HEX triplet: B6, DB and 57. RGB value is (182,219,87). Sum of RGB (Red+Green+Blue) = 182+219+87=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB57 is #4924A8. Grayscale: #C1C1C1. Windows color (decimal): -4793513 or 5757878. OLE color: 5757878.
HSL color Cylindrical-coordinate representation of color #B6DB57: hue angle of 76.82º 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 #B6DB57 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 87 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.14 |
| HSL | 76.82º | 0.65% | 0.6% | - |
| HSV(B) | 76.82º | 0.6% | 0.86% | - |
| XYZ | 46.34 | 61.3 | 18.41 | - |
| YUV | 192.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 87 | 0.17 | 0 | 0.60 | 0.14 | 76.82 | 0.65 | 0.6 |
| Hex | B6 | DB | 57 | 11 | 0 | 3C | E | 4D | 41 | 3C |
| Octal | 266 | 333 | 127 | 21 | 0 | 74 | 16 | 115 | 101 | 74 |
| Binary | 10110110 | 11011011 | 1010111 | 10001 | 0 | 111100 | 1110 | 1001101 | 1000001 | 111100 |
Color Harmonies of #B6DB57
Complementary color
Monochromatic Colors of #B6DB57
Black with #B6DB57
Text Example
Text Example
White with #B6DB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB57; }
p { color: rgb(182,219,87); }
H1.HeaderClassName
{
color: #B6DB57;
}
.AnyTagClassName
{
color: #B6DB57;
}
</style>
background-color css
<style>
a { background-color: #B6DB57; }
a { background-color: rgb(182,219,87); }
div.DivClassName
{
background-color: #B6DB57;
}
.BgClassName
{
background-color: #B6DB57;
}
</style>
border-color css
<style>
span { border-color: #B6DB57; }
span { border-color: rgb(182,219,87); }
td.TdClassName
{
border-color: #B6DB57;
}
.TagClassName
{
border-color: #B6DB57;
}
</style>