Shades of Conifer #B0EC5A
Tints of Conifer #B0EC5A
RGB
CMYK
RGB Variations
Color information
#B0EC5A (or 0xB0EC5A) is known color: Conifer. HEX triplet: B0, EC and 5A. RGB value is (176,236,90). Sum of RGB (Red+Green+Blue) = 176+236+90=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC5A is #4F13A5. Grayscale: #C9C9C9. Windows color (decimal): -5182374 or 5958832. OLE color: 5958832.
HSL color Cylindrical-coordinate representation of color #B0EC5A: hue angle of 84.66º 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 #B0EC5A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 90 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.07 |
| HSL | 84.66º | 0.79% | 0.64% | - |
| HSV(B) | 84.66º | 0.62% | 0.93% | - |
| XYZ | 49.75 | 69.96 | 20.55 | - |
| YUV | 201.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 90 | 0.25 | 0 | 0.62 | 0.07 | 84.66 | 0.79 | 0.64 |
| Hex | B0 | EC | 5A | 19 | 0 | 3E | 7 | 55 | 4F | 40 |
| Octal | 260 | 354 | 132 | 31 | 0 | 76 | 7 | 125 | 117 | 100 |
| Binary | 10110000 | 11101100 | 1011010 | 11001 | 0 | 111110 | 111 | 1010101 | 1001111 | 1000000 |
Color Harmonies of #B0EC5A
Complementary color
Monochromatic Colors of #B0EC5A
Black with #B0EC5A
Text Example
Text Example
White with #B0EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC5A; }
p { color: rgb(176,236,90); }
H1.HeaderClassName
{
color: #B0EC5A;
}
.AnyTagClassName
{
color: #B0EC5A;
}
</style>
background-color css
<style>
a { background-color: #B0EC5A; }
a { background-color: rgb(176,236,90); }
div.DivClassName
{
background-color: #B0EC5A;
}
.BgClassName
{
background-color: #B0EC5A;
}
</style>
border-color css
<style>
span { border-color: #B0EC5A; }
span { border-color: rgb(176,236,90); }
td.TdClassName
{
border-color: #B0EC5A;
}
.TagClassName
{
border-color: #B0EC5A;
}
</style>