Shades of Conifer #B7DB4C
Tints of Conifer #B7DB4C
RGB
CMYK
RGB Variations
Color information
#B7DB4C (or 0xB7DB4C) is known color: Conifer. HEX triplet: B7, DB and 4C. RGB value is (183,219,76). Sum of RGB (Red+Green+Blue) = 183+219+76=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DB4C is #4824B3. Grayscale: #C0C0C0. Windows color (decimal): -4727988 or 5036983. OLE color: 5036983.
HSL color Cylindrical-coordinate representation of color #B7DB4C: hue angle of 75.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7DB4C is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 76 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.14 |
| HSL | 75.1º | 0.67% | 0.58% | - |
| HSV(B) | 75.1º | 0.65% | 0.86% | - |
| XYZ | 46.16 | 61.25 | 16.23 | - |
| YUV | 191.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 76 | 0.16 | 0 | 0.65 | 0.14 | 75.1 | 0.67 | 0.58 |
| Hex | B7 | DB | 4C | 10 | 0 | 41 | E | 4B | 43 | 3A |
| Octal | 267 | 333 | 114 | 20 | 0 | 101 | 16 | 113 | 103 | 72 |
| Binary | 10110111 | 11011011 | 1001100 | 10000 | 0 | 1000001 | 1110 | 1001011 | 1000011 | 111010 |
Color Harmonies of #B7DB4C
Complementary color
Monochromatic Colors of #B7DB4C
Black with #B7DB4C
Text Example
Text Example
White with #B7DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB4C; }
p { color: rgb(183,219,76); }
H1.HeaderClassName
{
color: #B7DB4C;
}
.AnyTagClassName
{
color: #B7DB4C;
}
</style>
background-color css
<style>
a { background-color: #B7DB4C; }
a { background-color: rgb(183,219,76); }
div.DivClassName
{
background-color: #B7DB4C;
}
.BgClassName
{
background-color: #B7DB4C;
}
</style>
border-color css
<style>
span { border-color: #B7DB4C; }
span { border-color: rgb(183,219,76); }
td.TdClassName
{
border-color: #B7DB4C;
}
.TagClassName
{
border-color: #B7DB4C;
}
</style>