Shades of Conifer #B0DD5D
Tints of Conifer #B0DD5D
RGB
CMYK
RGB Variations
Color information
#B0DD5D (or 0xB0DD5D) is known color: Conifer. HEX triplet: B0, DD and 5D. RGB value is (176,221,93). Sum of RGB (Red+Green+Blue) = 176+221+93=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD5D is #4F22A2. Grayscale: #C1C1C1. Windows color (decimal): -5186211 or 6151600. OLE color: 6151600.
HSL color Cylindrical-coordinate representation of color #B0DD5D: hue angle of 81.09º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0DD5D is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 93 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.13 |
| HSL | 81.09º | 0.65% | 0.62% | - |
| HSV(B) | 81.09º | 0.58% | 0.87% | - |
| XYZ | 45.74 | 61.73 | 19.86 | - |
| YUV | 192.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 93 | 0.20 | 0 | 0.58 | 0.13 | 81.09 | 0.65 | 0.62 |
| Hex | B0 | DD | 5D | 14 | 0 | 3A | D | 51 | 41 | 3E |
| Octal | 260 | 335 | 135 | 24 | 0 | 72 | 15 | 121 | 101 | 76 |
| Binary | 10110000 | 11011101 | 1011101 | 10100 | 0 | 111010 | 1101 | 1010001 | 1000001 | 111110 |
Color Harmonies of #B0DD5D
Complementary color
Monochromatic Colors of #B0DD5D
Black with #B0DD5D
Text Example
Text Example
White with #B0DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD5D; }
p { color: rgb(176,221,93); }
H1.HeaderClassName
{
color: #B0DD5D;
}
.AnyTagClassName
{
color: #B0DD5D;
}
</style>
background-color css
<style>
a { background-color: #B0DD5D; }
a { background-color: rgb(176,221,93); }
div.DivClassName
{
background-color: #B0DD5D;
}
.BgClassName
{
background-color: #B0DD5D;
}
</style>
border-color css
<style>
span { border-color: #B0DD5D; }
span { border-color: rgb(176,221,93); }
td.TdClassName
{
border-color: #B0DD5D;
}
.TagClassName
{
border-color: #B0DD5D;
}
</style>