Shades of Conifer #B0DD5A
Tints of Conifer #B0DD5A
RGB
CMYK
RGB Variations
Color information
#B0DD5A (or 0xB0DD5A) is known color: Conifer. HEX triplet: B0, DD and 5A. RGB value is (176,221,90). Sum of RGB (Red+Green+Blue) = 176+221+90=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD5A is #4F22A5. Grayscale: #C1C1C1. Windows color (decimal): -5186214 or 5954992. OLE color: 5954992.
HSL color Cylindrical-coordinate representation of color #B0DD5A: hue angle of 80.61º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0DD5A is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 90 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.13 |
| HSL | 80.61º | 0.66% | 0.61% | - |
| HSV(B) | 80.61º | 0.59% | 0.87% | - |
| XYZ | 45.61 | 61.68 | 19.17 | - |
| YUV | 192.61 | 70.09 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 90 | 0.20 | 0 | 0.59 | 0.13 | 80.61 | 0.66 | 0.61 |
| Hex | B0 | DD | 5A | 14 | 0 | 3B | D | 51 | 42 | 3D |
| Octal | 260 | 335 | 132 | 24 | 0 | 73 | 15 | 121 | 102 | 75 |
| Binary | 10110000 | 11011101 | 1011010 | 10100 | 0 | 111011 | 1101 | 1010001 | 1000010 | 111101 |
Color Harmonies of #B0DD5A
Complementary color
Monochromatic Colors of #B0DD5A
Black with #B0DD5A
Text Example
Text Example
White with #B0DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD5A; }
p { color: rgb(176,221,90); }
H1.HeaderClassName
{
color: #B0DD5A;
}
.AnyTagClassName
{
color: #B0DD5A;
}
</style>
background-color css
<style>
a { background-color: #B0DD5A; }
a { background-color: rgb(176,221,90); }
div.DivClassName
{
background-color: #B0DD5A;
}
.BgClassName
{
background-color: #B0DD5A;
}
</style>
border-color css
<style>
span { border-color: #B0DD5A; }
span { border-color: rgb(176,221,90); }
td.TdClassName
{
border-color: #B0DD5A;
}
.TagClassName
{
border-color: #B0DD5A;
}
</style>