Shades of Conifer #B7DB50
Tints of Conifer #B7DB50
RGB
CMYK
RGB Variations
Color information
#B7DB50 (or 0xB7DB50) is known color: Conifer. HEX triplet: B7, DB and 50. RGB value is (183,219,80). Sum of RGB (Red+Green+Blue) = 183+219+80=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB50 is #4824AF. Grayscale: #C0C0C0. Windows color (decimal): -4727984 or 5299127. OLE color: 5299127.
HSL color Cylindrical-coordinate representation of color #B7DB50: hue angle of 75.54º 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 #B7DB50 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 80 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.14 |
| HSL | 75.54º | 0.66% | 0.59% | - |
| HSV(B) | 75.54º | 0.63% | 0.86% | - |
| XYZ | 46.31 | 61.31 | 16.98 | - |
| YUV | 192.39 | 64.57 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 80 | 0.16 | 0 | 0.63 | 0.14 | 75.54 | 0.66 | 0.59 |
| Hex | B7 | DB | 50 | 10 | 0 | 3F | E | 4C | 42 | 3B |
| Octal | 267 | 333 | 120 | 20 | 0 | 77 | 16 | 114 | 102 | 73 |
| Binary | 10110111 | 11011011 | 1010000 | 10000 | 0 | 111111 | 1110 | 1001100 | 1000010 | 111011 |
Color Harmonies of #B7DB50
Complementary color
Monochromatic Colors of #B7DB50
Black with #B7DB50
Text Example
Text Example
White with #B7DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB50; }
p { color: rgb(183,219,80); }
H1.HeaderClassName
{
color: #B7DB50;
}
.AnyTagClassName
{
color: #B7DB50;
}
</style>
background-color css
<style>
a { background-color: #B7DB50; }
a { background-color: rgb(183,219,80); }
div.DivClassName
{
background-color: #B7DB50;
}
.BgClassName
{
background-color: #B7DB50;
}
</style>
border-color css
<style>
span { border-color: #B7DB50; }
span { border-color: rgb(183,219,80); }
td.TdClassName
{
border-color: #B7DB50;
}
.TagClassName
{
border-color: #B7DB50;
}
</style>