Shades of Conifer #B0EC4D
Tints of Conifer #B0EC4D
RGB
CMYK
RGB Variations
Color information
#B0EC4D (or 0xB0EC4D) is known color: Conifer. HEX triplet: B0, EC and 4D. RGB value is (176,236,77). Sum of RGB (Red+Green+Blue) = 176+236+77=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC4D is #4F13B2. Grayscale: #C8C8C8. Windows color (decimal): -5182387 or 5106864. OLE color: 5106864.
HSL color Cylindrical-coordinate representation of color #B0EC4D: hue angle of 82.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0EC4D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 77 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.07 |
| HSL | 82.64º | 0.81% | 0.61% | - |
| HSV(B) | 82.64º | 0.67% | 0.93% | - |
| XYZ | 49.24 | 69.76 | 17.89 | - |
| YUV | 199.93 | 58.62 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 77 | 0.25 | 0 | 0.67 | 0.07 | 82.64 | 0.81 | 0.61 |
| Hex | B0 | EC | 4D | 19 | 0 | 43 | 7 | 53 | 51 | 3D |
| Octal | 260 | 354 | 115 | 31 | 0 | 103 | 7 | 123 | 121 | 75 |
| Binary | 10110000 | 11101100 | 1001101 | 11001 | 0 | 1000011 | 111 | 1010011 | 1010001 | 111101 |
Color Harmonies of #B0EC4D
Complementary color
Monochromatic Colors of #B0EC4D
Black with #B0EC4D
Text Example
Text Example
White with #B0EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC4D; }
p { color: rgb(176,236,77); }
H1.HeaderClassName
{
color: #B0EC4D;
}
.AnyTagClassName
{
color: #B0EC4D;
}
</style>
background-color css
<style>
a { background-color: #B0EC4D; }
a { background-color: rgb(176,236,77); }
div.DivClassName
{
background-color: #B0EC4D;
}
.BgClassName
{
background-color: #B0EC4D;
}
</style>
border-color css
<style>
span { border-color: #B0EC4D; }
span { border-color: rgb(176,236,77); }
td.TdClassName
{
border-color: #B0EC4D;
}
.TagClassName
{
border-color: #B0EC4D;
}
</style>