Shades of Conifer #B2EC5E
Tints of Conifer #B2EC5E
RGB
CMYK
RGB Variations
Color information
#B2EC5E (or 0xB2EC5E) is known color: Conifer. HEX triplet: B2, EC and 5E. RGB value is (178,236,94). Sum of RGB (Red+Green+Blue) = 178+236+94=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC5E is #4D13A1. Grayscale: #CACACA. Windows color (decimal): -5051298 or 6220978. OLE color: 6220978.
HSL color Cylindrical-coordinate representation of color #B2EC5E: hue angle of 84.51º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2EC5E is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 94 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.07 |
| HSL | 84.51º | 0.79% | 0.65% | - |
| HSV(B) | 84.51º | 0.6% | 0.93% | - |
| XYZ | 50.38 | 70.26 | 21.5 | - |
| YUV | 202.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 94 | 0.25 | 0 | 0.60 | 0.07 | 84.51 | 0.79 | 0.65 |
| Hex | B2 | EC | 5E | 19 | 0 | 3C | 7 | 55 | 4F | 41 |
| Octal | 262 | 354 | 136 | 31 | 0 | 74 | 7 | 125 | 117 | 101 |
| Binary | 10110010 | 11101100 | 1011110 | 11001 | 0 | 111100 | 111 | 1010101 | 1001111 | 1000001 |
Color Harmonies of #B2EC5E
Complementary color
Monochromatic Colors of #B2EC5E
Black with #B2EC5E
Text Example
Text Example
White with #B2EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC5E; }
p { color: rgb(178,236,94); }
H1.HeaderClassName
{
color: #B2EC5E;
}
.AnyTagClassName
{
color: #B2EC5E;
}
</style>
background-color css
<style>
a { background-color: #B2EC5E; }
a { background-color: rgb(178,236,94); }
div.DivClassName
{
background-color: #B2EC5E;
}
.BgClassName
{
background-color: #B2EC5E;
}
</style>
border-color css
<style>
span { border-color: #B2EC5E; }
span { border-color: rgb(178,236,94); }
td.TdClassName
{
border-color: #B2EC5E;
}
.TagClassName
{
border-color: #B2EC5E;
}
</style>