Shades of Conifer #B0EC4F
Tints of Conifer #B0EC4F
RGB
CMYK
RGB Variations
Color information
#B0EC4F (or 0xB0EC4F) is known color: Conifer. HEX triplet: B0, EC and 4F. RGB value is (176,236,79). Sum of RGB (Red+Green+Blue) = 176+236+79=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC4F is #4F13B0. Grayscale: #C8C8C8. Windows color (decimal): -5182385 or 5237936. OLE color: 5237936.
HSL color Cylindrical-coordinate representation of color #B0EC4F: hue angle of 82.93º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0EC4F is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 79 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.07 |
| HSL | 82.93º | 0.81% | 0.62% | - |
| HSV(B) | 82.93º | 0.67% | 0.93% | - |
| XYZ | 49.31 | 69.79 | 18.27 | - |
| YUV | 200.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 79 | 0.25 | 0 | 0.67 | 0.07 | 82.93 | 0.81 | 0.62 |
| Hex | B0 | EC | 4F | 19 | 0 | 43 | 7 | 53 | 51 | 3E |
| Octal | 260 | 354 | 117 | 31 | 0 | 103 | 7 | 123 | 121 | 76 |
| Binary | 10110000 | 11101100 | 1001111 | 11001 | 0 | 1000011 | 111 | 1010011 | 1010001 | 111110 |
Color Harmonies of #B0EC4F
Complementary color
Monochromatic Colors of #B0EC4F
Black with #B0EC4F
Text Example
Text Example
White with #B0EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC4F; }
p { color: rgb(176,236,79); }
H1.HeaderClassName
{
color: #B0EC4F;
}
.AnyTagClassName
{
color: #B0EC4F;
}
</style>
background-color css
<style>
a { background-color: #B0EC4F; }
a { background-color: rgb(176,236,79); }
div.DivClassName
{
background-color: #B0EC4F;
}
.BgClassName
{
background-color: #B0EC4F;
}
</style>
border-color css
<style>
span { border-color: #B0EC4F; }
span { border-color: rgb(176,236,79); }
td.TdClassName
{
border-color: #B0EC4F;
}
.TagClassName
{
border-color: #B0EC4F;
}
</style>