Shades of Conifer #B0DD50
Tints of Conifer #B0DD50
RGB
CMYK
RGB Variations
Color information
#B0DD50 (or 0xB0DD50) is known color: Conifer. HEX triplet: B0, DD and 50. RGB value is (176,221,80). Sum of RGB (Red+Green+Blue) = 176+221+80=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD50 is #4F22AF. Grayscale: #BFBFBF. Windows color (decimal): -5186224 or 5299632. OLE color: 5299632.
HSL color Cylindrical-coordinate representation of color #B0DD50: hue angle of 79.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0DD50 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 80 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.13 |
| HSL | 79.15º | 0.67% | 0.59% | - |
| HSV(B) | 79.15º | 0.64% | 0.87% | - |
| XYZ | 45.21 | 61.52 | 17.08 | - |
| YUV | 191.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 80 | 0.20 | 0 | 0.64 | 0.13 | 79.15 | 0.67 | 0.59 |
| Hex | B0 | DD | 50 | 14 | 0 | 40 | D | 4F | 43 | 3B |
| Octal | 260 | 335 | 120 | 24 | 0 | 100 | 15 | 117 | 103 | 73 |
| Binary | 10110000 | 11011101 | 1010000 | 10100 | 0 | 1000000 | 1101 | 1001111 | 1000011 | 111011 |
Color Harmonies of #B0DD50
Complementary color
Monochromatic Colors of #B0DD50
Black with #B0DD50
Text Example
Text Example
White with #B0DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD50; }
p { color: rgb(176,221,80); }
H1.HeaderClassName
{
color: #B0DD50;
}
.AnyTagClassName
{
color: #B0DD50;
}
</style>
background-color css
<style>
a { background-color: #B0DD50; }
a { background-color: rgb(176,221,80); }
div.DivClassName
{
background-color: #B0DD50;
}
.BgClassName
{
background-color: #B0DD50;
}
</style>
border-color css
<style>
span { border-color: #B0DD50; }
span { border-color: rgb(176,221,80); }
td.TdClassName
{
border-color: #B0DD50;
}
.TagClassName
{
border-color: #B0DD50;
}
</style>