Shades of Conifer #B0DB4A
Tints of Conifer #B0DB4A
RGB
CMYK
RGB Variations
Color information
#B0DB4A (or 0xB0DB4A) is known color: Conifer. HEX triplet: B0, DB and 4A. RGB value is (176,219,74). Sum of RGB (Red+Green+Blue) = 176+219+74=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB4A is #4F24B5. Grayscale: #BEBEBE. Windows color (decimal): -5186742 or 4905904. OLE color: 4905904.
HSL color Cylindrical-coordinate representation of color #B0DB4A: hue angle of 77.79º 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 #B0DB4A is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 74 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.14 |
| HSL | 77.79º | 0.67% | 0.57% | - |
| HSV(B) | 77.79º | 0.66% | 0.86% | - |
| XYZ | 44.47 | 60.39 | 15.79 | - |
| YUV | 189.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 74 | 0.20 | 0 | 0.66 | 0.14 | 77.79 | 0.67 | 0.57 |
| Hex | B0 | DB | 4A | 14 | 0 | 42 | E | 4E | 43 | 39 |
| Octal | 260 | 333 | 112 | 24 | 0 | 102 | 16 | 116 | 103 | 71 |
| Binary | 10110000 | 11011011 | 1001010 | 10100 | 0 | 1000010 | 1110 | 1001110 | 1000011 | 111001 |
Color Harmonies of #B0DB4A
Complementary color
Monochromatic Colors of #B0DB4A
Black with #B0DB4A
Text Example
Text Example
White with #B0DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB4A; }
p { color: rgb(176,219,74); }
H1.HeaderClassName
{
color: #B0DB4A;
}
.AnyTagClassName
{
color: #B0DB4A;
}
</style>
background-color css
<style>
a { background-color: #B0DB4A; }
a { background-color: rgb(176,219,74); }
div.DivClassName
{
background-color: #B0DB4A;
}
.BgClassName
{
background-color: #B0DB4A;
}
</style>
border-color css
<style>
span { border-color: #B0DB4A; }
span { border-color: rgb(176,219,74); }
td.TdClassName
{
border-color: #B0DB4A;
}
.TagClassName
{
border-color: #B0DB4A;
}
</style>