Shades of Conifer #B0DD4E
Tints of Conifer #B0DD4E
RGB
CMYK
RGB Variations
Color information
#B0DD4E (or 0xB0DD4E) is known color: Conifer. HEX triplet: B0, DD and 4E. RGB value is (176,221,78). Sum of RGB (Red+Green+Blue) = 176+221+78=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD4E is #4F22B1. Grayscale: #BFBFBF. Windows color (decimal): -5186226 or 5168560. OLE color: 5168560.
HSL color Cylindrical-coordinate representation of color #B0DD4E: hue angle of 78.88º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0DD4E is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 78 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.13 |
| HSL | 78.88º | 0.68% | 0.59% | - |
| HSV(B) | 78.88º | 0.65% | 0.87% | - |
| XYZ | 45.14 | 61.49 | 16.7 | - |
| YUV | 191.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 78 | 0.20 | 0 | 0.65 | 0.13 | 78.88 | 0.68 | 0.59 |
| Hex | B0 | DD | 4E | 14 | 0 | 41 | D | 4F | 44 | 3B |
| Octal | 260 | 335 | 116 | 24 | 0 | 101 | 15 | 117 | 104 | 73 |
| Binary | 10110000 | 11011101 | 1001110 | 10100 | 0 | 1000001 | 1101 | 1001111 | 1000100 | 111011 |
Color Harmonies of #B0DD4E
Complementary color
Monochromatic Colors of #B0DD4E
Black with #B0DD4E
Text Example
Text Example
White with #B0DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD4E; }
p { color: rgb(176,221,78); }
H1.HeaderClassName
{
color: #B0DD4E;
}
.AnyTagClassName
{
color: #B0DD4E;
}
</style>
background-color css
<style>
a { background-color: #B0DD4E; }
a { background-color: rgb(176,221,78); }
div.DivClassName
{
background-color: #B0DD4E;
}
.BgClassName
{
background-color: #B0DD4E;
}
</style>
border-color css
<style>
span { border-color: #B0DD4E; }
span { border-color: rgb(176,221,78); }
td.TdClassName
{
border-color: #B0DD4E;
}
.TagClassName
{
border-color: #B0DD4E;
}
</style>