Shades of Conifer #B7DB4A
Tints of Conifer #B7DB4A
RGB
CMYK
RGB Variations
Color information
#B7DB4A (or 0xB7DB4A) is known color: Conifer. HEX triplet: B7, DB and 4A. RGB value is (183,219,74). Sum of RGB (Red+Green+Blue) = 183+219+74=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DB4A is #4824B5. Grayscale: #C0C0C0. Windows color (decimal): -4727990 or 4905911. OLE color: 4905911.
HSL color Cylindrical-coordinate representation of color #B7DB4A: hue angle of 74.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7DB4A is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 74 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.14 |
| HSL | 74.9º | 0.67% | 0.57% | - |
| HSV(B) | 74.9º | 0.66% | 0.86% | - |
| XYZ | 46.1 | 61.22 | 15.87 | - |
| YUV | 191.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 74 | 0.16 | 0 | 0.66 | 0.14 | 74.9 | 0.67 | 0.57 |
| Hex | B7 | DB | 4A | 10 | 0 | 42 | E | 4B | 43 | 39 |
| Octal | 267 | 333 | 112 | 20 | 0 | 102 | 16 | 113 | 103 | 71 |
| Binary | 10110111 | 11011011 | 1001010 | 10000 | 0 | 1000010 | 1110 | 1001011 | 1000011 | 111001 |
Color Harmonies of #B7DB4A
Complementary color
Monochromatic Colors of #B7DB4A
Black with #B7DB4A
Text Example
Text Example
White with #B7DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB4A; }
p { color: rgb(183,219,74); }
H1.HeaderClassName
{
color: #B7DB4A;
}
.AnyTagClassName
{
color: #B7DB4A;
}
</style>
background-color css
<style>
a { background-color: #B7DB4A; }
a { background-color: rgb(183,219,74); }
div.DivClassName
{
background-color: #B7DB4A;
}
.BgClassName
{
background-color: #B7DB4A;
}
</style>
border-color css
<style>
span { border-color: #B7DB4A; }
span { border-color: rgb(183,219,74); }
td.TdClassName
{
border-color: #B7DB4A;
}
.TagClassName
{
border-color: #B7DB4A;
}
</style>