Shades of Conifer #B7DB49
Tints of Conifer #B7DB49
RGB
CMYK
RGB Variations
Color information
#B7DB49 (or 0xB7DB49) is known color: Conifer. HEX triplet: B7, DB and 49. RGB value is (183,219,73). Sum of RGB (Red+Green+Blue) = 183+219+73=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DB49 is #4824B6. Grayscale: #C0C0C0. Windows color (decimal): -4727991 or 4840375. OLE color: 4840375.
HSL color Cylindrical-coordinate representation of color #B7DB49: hue angle of 74.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7DB49 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 73 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.14 |
| HSL | 74.79º | 0.67% | 0.57% | - |
| HSV(B) | 74.79º | 0.67% | 0.86% | - |
| XYZ | 46.06 | 61.21 | 15.69 | - |
| YUV | 191.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 73 | 0.16 | 0 | 0.67 | 0.14 | 74.79 | 0.67 | 0.57 |
| Hex | B7 | DB | 49 | 10 | 0 | 43 | E | 4B | 43 | 39 |
| Octal | 267 | 333 | 111 | 20 | 0 | 103 | 16 | 113 | 103 | 71 |
| Binary | 10110111 | 11011011 | 1001001 | 10000 | 0 | 1000011 | 1110 | 1001011 | 1000011 | 111001 |
Color Harmonies of #B7DB49
Complementary color
Monochromatic Colors of #B7DB49
Black with #B7DB49
Text Example
Text Example
White with #B7DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB49; }
p { color: rgb(183,219,73); }
H1.HeaderClassName
{
color: #B7DB49;
}
.AnyTagClassName
{
color: #B7DB49;
}
</style>
background-color css
<style>
a { background-color: #B7DB49; }
a { background-color: rgb(183,219,73); }
div.DivClassName
{
background-color: #B7DB49;
}
.BgClassName
{
background-color: #B7DB49;
}
</style>
border-color css
<style>
span { border-color: #B7DB49; }
span { border-color: rgb(183,219,73); }
td.TdClassName
{
border-color: #B7DB49;
}
.TagClassName
{
border-color: #B7DB49;
}
</style>