Shades of Conifer #B0EC59
Tints of Conifer #B0EC59
RGB
CMYK
RGB Variations
Color information
#B0EC59 (or 0xB0EC59) is known color: Conifer. HEX triplet: B0, EC and 59. RGB value is (176,236,89). Sum of RGB (Red+Green+Blue) = 176+236+89=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC59 is #4F13A6. Grayscale: #C9C9C9. Windows color (decimal): -5182375 or 5893296. OLE color: 5893296.
HSL color Cylindrical-coordinate representation of color #B0EC59: hue angle of 84.49º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0EC59 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 89 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.07 |
| HSL | 84.49º | 0.79% | 0.64% | - |
| HSV(B) | 84.49º | 0.62% | 0.93% | - |
| XYZ | 49.7 | 69.94 | 20.33 | - |
| YUV | 201.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 89 | 0.25 | 0 | 0.62 | 0.07 | 84.49 | 0.79 | 0.64 |
| Hex | B0 | EC | 59 | 19 | 0 | 3E | 7 | 54 | 4F | 40 |
| Octal | 260 | 354 | 131 | 31 | 0 | 76 | 7 | 124 | 117 | 100 |
| Binary | 10110000 | 11101100 | 1011001 | 11001 | 0 | 111110 | 111 | 1010100 | 1001111 | 1000000 |
Color Harmonies of #B0EC59
Complementary color
Monochromatic Colors of #B0EC59
Black with #B0EC59
Text Example
Text Example
White with #B0EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC59; }
p { color: rgb(176,236,89); }
H1.HeaderClassName
{
color: #B0EC59;
}
.AnyTagClassName
{
color: #B0EC59;
}
</style>
background-color css
<style>
a { background-color: #B0EC59; }
a { background-color: rgb(176,236,89); }
div.DivClassName
{
background-color: #B0EC59;
}
.BgClassName
{
background-color: #B0EC59;
}
</style>
border-color css
<style>
span { border-color: #B0EC59; }
span { border-color: rgb(176,236,89); }
td.TdClassName
{
border-color: #B0EC59;
}
.TagClassName
{
border-color: #B0EC59;
}
</style>