Shades of Conifer #B0EC41
Tints of Conifer #B0EC41
RGB
CMYK
RGB Variations
Color information
#B0EC41 (or 0xB0EC41) is known color: Conifer. HEX triplet: B0, EC and 41. RGB value is (176,236,65). Sum of RGB (Red+Green+Blue) = 176+236+65=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC41 is #4F13BE. Grayscale: #C7C7C7. Windows color (decimal): -5182399 or 4320432. OLE color: 4320432.
HSL color Cylindrical-coordinate representation of color #B0EC41: hue angle of 81.05º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0EC41 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 65 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.07 |
| HSL | 81.05º | 0.82% | 0.59% | - |
| HSV(B) | 81.05º | 0.72% | 0.93% | - |
| XYZ | 48.85 | 69.6 | 15.86 | - |
| YUV | 198.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 65 | 0.25 | 0 | 0.72 | 0.07 | 81.05 | 0.82 | 0.59 |
| Hex | B0 | EC | 41 | 19 | 0 | 48 | 7 | 51 | 52 | 3B |
| Octal | 260 | 354 | 101 | 31 | 0 | 110 | 7 | 121 | 122 | 73 |
| Binary | 10110000 | 11101100 | 1000001 | 11001 | 0 | 1001000 | 111 | 1010001 | 1010010 | 111011 |
Color Harmonies of #B0EC41
Complementary color
Monochromatic Colors of #B0EC41
Black with #B0EC41
Text Example
Text Example
White with #B0EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC41; }
p { color: rgb(176,236,65); }
H1.HeaderClassName
{
color: #B0EC41;
}
.AnyTagClassName
{
color: #B0EC41;
}
</style>
background-color css
<style>
a { background-color: #B0EC41; }
a { background-color: rgb(176,236,65); }
div.DivClassName
{
background-color: #B0EC41;
}
.BgClassName
{
background-color: #B0EC41;
}
</style>
border-color css
<style>
span { border-color: #B0EC41; }
span { border-color: rgb(176,236,65); }
td.TdClassName
{
border-color: #B0EC41;
}
.TagClassName
{
border-color: #B0EC41;
}
</style>