Shades of Conifer #B4DB3E
Tints of Conifer #B4DB3E
RGB
CMYK
RGB Variations
Color information
#B4DB3E (or 0xB4DB3E) is known color: Conifer. HEX triplet: B4, DB and 3E. RGB value is (180,219,62). Sum of RGB (Red+Green+Blue) = 180+219+62=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DB3E is #4B24C1. Grayscale: #BEBEBE. Windows color (decimal): -4924610 or 4119476. OLE color: 4119476.
HSL color Cylindrical-coordinate representation of color #B4DB3E: hue angle of 74.9º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4DB3E is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 62 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.14 |
| HSL | 74.9º | 0.69% | 0.55% | - |
| HSV(B) | 74.9º | 0.72% | 0.86% | - |
| XYZ | 45.02 | 60.71 | 13.9 | - |
| YUV | 189.44 | 56.08 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 62 | 0.18 | 0 | 0.72 | 0.14 | 74.9 | 0.69 | 0.55 |
| Hex | B4 | DB | 3E | 12 | 0 | 48 | E | 4B | 45 | 37 |
| Octal | 264 | 333 | 76 | 22 | 0 | 110 | 16 | 113 | 105 | 67 |
| Binary | 10110100 | 11011011 | 111110 | 10010 | 0 | 1001000 | 1110 | 1001011 | 1000101 | 110111 |
Color Harmonies of #B4DB3E
Complementary color
Monochromatic Colors of #B4DB3E
Black with #B4DB3E
Text Example
Text Example
White with #B4DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB3E; }
p { color: rgb(180,219,62); }
H1.HeaderClassName
{
color: #B4DB3E;
}
.AnyTagClassName
{
color: #B4DB3E;
}
</style>
background-color css
<style>
a { background-color: #B4DB3E; }
a { background-color: rgb(180,219,62); }
div.DivClassName
{
background-color: #B4DB3E;
}
.BgClassName
{
background-color: #B4DB3E;
}
</style>
border-color css
<style>
span { border-color: #B4DB3E; }
span { border-color: rgb(180,219,62); }
td.TdClassName
{
border-color: #B4DB3E;
}
.TagClassName
{
border-color: #B4DB3E;
}
</style>