Shades of Conifer #B0DD6C
Tints of Conifer #B0DD6C
RGB
CMYK
RGB Variations
Color information
#B0DD6C (or 0xB0DD6C) is known color: Conifer. HEX triplet: B0, DD and 6C. RGB value is (176,221,108). Sum of RGB (Red+Green+Blue) = 176+221+108=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD6C is #4F2293. Grayscale: #C3C3C3. Windows color (decimal): -5186196 or 7134640. OLE color: 7134640.
HSL color Cylindrical-coordinate representation of color #B0DD6C: hue angle of 83.89º 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 #B0DD6C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 108 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.13 |
| HSL | 83.89º | 0.62% | 0.65% | - |
| HSV(B) | 83.89º | 0.51% | 0.87% | - |
| XYZ | 46.47 | 62.03 | 23.71 | - |
| YUV | 194.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 108 | 0.20 | 0 | 0.51 | 0.13 | 83.89 | 0.62 | 0.65 |
| Hex | B0 | DD | 6C | 14 | 0 | 33 | D | 54 | 3E | 41 |
| Octal | 260 | 335 | 154 | 24 | 0 | 63 | 15 | 124 | 76 | 101 |
| Binary | 10110000 | 11011101 | 1101100 | 10100 | 0 | 110011 | 1101 | 1010100 | 111110 | 1000001 |
Color Harmonies of #B0DD6C
Complementary color
Monochromatic Colors of #B0DD6C
Black with #B0DD6C
Text Example
Text Example
White with #B0DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD6C; }
p { color: rgb(176,221,108); }
H1.HeaderClassName
{
color: #B0DD6C;
}
.AnyTagClassName
{
color: #B0DD6C;
}
</style>
background-color css
<style>
a { background-color: #B0DD6C; }
a { background-color: rgb(176,221,108); }
div.DivClassName
{
background-color: #B0DD6C;
}
.BgClassName
{
background-color: #B0DD6C;
}
</style>
border-color css
<style>
span { border-color: #B0DD6C; }
span { border-color: rgb(176,221,108); }
td.TdClassName
{
border-color: #B0DD6C;
}
.TagClassName
{
border-color: #B0DD6C;
}
</style>