Shades of Conifer #B6DB50
Tints of Conifer #B6DB50
RGB
CMYK
RGB Variations
Color information
#B6DB50 (or 0xB6DB50) is known color: Conifer. HEX triplet: B6, DB and 50. RGB value is (182,219,80). Sum of RGB (Red+Green+Blue) = 182+219+80=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB50 is #4924AF. Grayscale: #C0C0C0. Windows color (decimal): -4793520 or 5299126. OLE color: 5299126.
HSL color Cylindrical-coordinate representation of color #B6DB50: hue angle of 75.97º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6DB50 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 80 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.14 |
| HSL | 75.97º | 0.66% | 0.59% | - |
| HSV(B) | 75.97º | 0.63% | 0.86% | - |
| XYZ | 46.07 | 61.19 | 16.97 | - |
| YUV | 192.09 | 64.74 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 80 | 0.17 | 0 | 0.63 | 0.14 | 75.97 | 0.66 | 0.59 |
| Hex | B6 | DB | 50 | 11 | 0 | 3F | E | 4C | 42 | 3B |
| Octal | 266 | 333 | 120 | 21 | 0 | 77 | 16 | 114 | 102 | 73 |
| Binary | 10110110 | 11011011 | 1010000 | 10001 | 0 | 111111 | 1110 | 1001100 | 1000010 | 111011 |
Color Harmonies of #B6DB50
Complementary color
Monochromatic Colors of #B6DB50
Black with #B6DB50
Text Example
Text Example
White with #B6DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB50; }
p { color: rgb(182,219,80); }
H1.HeaderClassName
{
color: #B6DB50;
}
.AnyTagClassName
{
color: #B6DB50;
}
</style>
background-color css
<style>
a { background-color: #B6DB50; }
a { background-color: rgb(182,219,80); }
div.DivClassName
{
background-color: #B6DB50;
}
.BgClassName
{
background-color: #B6DB50;
}
</style>
border-color css
<style>
span { border-color: #B6DB50; }
span { border-color: rgb(182,219,80); }
td.TdClassName
{
border-color: #B6DB50;
}
.TagClassName
{
border-color: #B6DB50;
}
</style>