Shades of Conifer #B0DD6D
Tints of Conifer #B0DD6D
RGB
CMYK
RGB Variations
Color information
#B0DD6D (or 0xB0DD6D) is known color: Conifer. HEX triplet: B0, DD and 6D. RGB value is (176,221,109). Sum of RGB (Red+Green+Blue) = 176+221+109=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD6D is #4F2292. Grayscale: #C3C3C3. Windows color (decimal): -5186195 or 7200176. OLE color: 7200176.
HSL color Cylindrical-coordinate representation of color #B0DD6D: hue angle of 84.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0DD6D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 109 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.13 |
| HSL | 84.11º | 0.62% | 0.65% | - |
| HSV(B) | 84.11º | 0.51% | 0.87% | - |
| XYZ | 46.52 | 62.05 | 23.99 | - |
| YUV | 194.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 109 | 0.20 | 0 | 0.51 | 0.13 | 84.11 | 0.62 | 0.65 |
| Hex | B0 | DD | 6D | 14 | 0 | 33 | D | 54 | 3E | 41 |
| Octal | 260 | 335 | 155 | 24 | 0 | 63 | 15 | 124 | 76 | 101 |
| Binary | 10110000 | 11011101 | 1101101 | 10100 | 0 | 110011 | 1101 | 1010100 | 111110 | 1000001 |
Color Harmonies of #B0DD6D
Complementary color
Monochromatic Colors of #B0DD6D
Black with #B0DD6D
Text Example
Text Example
White with #B0DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD6D; }
p { color: rgb(176,221,109); }
H1.HeaderClassName
{
color: #B0DD6D;
}
.AnyTagClassName
{
color: #B0DD6D;
}
</style>
background-color css
<style>
a { background-color: #B0DD6D; }
a { background-color: rgb(176,221,109); }
div.DivClassName
{
background-color: #B0DD6D;
}
.BgClassName
{
background-color: #B0DD6D;
}
</style>
border-color css
<style>
span { border-color: #B0DD6D; }
span { border-color: rgb(176,221,109); }
td.TdClassName
{
border-color: #B0DD6D;
}
.TagClassName
{
border-color: #B0DD6D;
}
</style>