Shades of Conifer #B0DB4B
Tints of Conifer #B0DB4B
RGB
CMYK
RGB Variations
Color information
#B0DB4B (or 0xB0DB4B) is known color: Conifer. HEX triplet: B0, DB and 4B. RGB value is (176,219,75). Sum of RGB (Red+Green+Blue) = 176+219+75=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB4B is #4F24B4. Grayscale: #BEBEBE. Windows color (decimal): -5186741 or 4971440. OLE color: 4971440.
HSL color Cylindrical-coordinate representation of color #B0DB4B: hue angle of 77.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0DB4B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 75 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.14 |
| HSL | 77.92º | 0.67% | 0.58% | - |
| HSV(B) | 77.92º | 0.66% | 0.86% | - |
| XYZ | 44.51 | 60.4 | 15.97 | - |
| YUV | 189.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 75 | 0.20 | 0 | 0.66 | 0.14 | 77.92 | 0.67 | 0.58 |
| Hex | B0 | DB | 4B | 14 | 0 | 42 | E | 4E | 43 | 3A |
| Octal | 260 | 333 | 113 | 24 | 0 | 102 | 16 | 116 | 103 | 72 |
| Binary | 10110000 | 11011011 | 1001011 | 10100 | 0 | 1000010 | 1110 | 1001110 | 1000011 | 111010 |
Color Harmonies of #B0DB4B
Complementary color
Monochromatic Colors of #B0DB4B
Black with #B0DB4B
Text Example
Text Example
White with #B0DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB4B; }
p { color: rgb(176,219,75); }
H1.HeaderClassName
{
color: #B0DB4B;
}
.AnyTagClassName
{
color: #B0DB4B;
}
</style>
background-color css
<style>
a { background-color: #B0DB4B; }
a { background-color: rgb(176,219,75); }
div.DivClassName
{
background-color: #B0DB4B;
}
.BgClassName
{
background-color: #B0DB4B;
}
</style>
border-color css
<style>
span { border-color: #B0DB4B; }
span { border-color: rgb(176,219,75); }
td.TdClassName
{
border-color: #B0DB4B;
}
.TagClassName
{
border-color: #B0DB4B;
}
</style>