Shades of Conifer #B2EC4E
Tints of Conifer #B2EC4E
RGB
CMYK
RGB Variations
Color information
#B2EC4E (or 0xB2EC4E) is known color: Conifer. HEX triplet: B2, EC and 4E. RGB value is (178,236,78). Sum of RGB (Red+Green+Blue) = 178+236+78=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC4E is #4D13B1. Grayscale: #C9C9C9. Windows color (decimal): -5051314 or 5172402. OLE color: 5172402.
HSL color Cylindrical-coordinate representation of color #B2EC4E: hue angle of 82.03º 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 #B2EC4E is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 78 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.07 |
| HSL | 82.03º | 0.81% | 0.62% | - |
| HSV(B) | 82.03º | 0.67% | 0.93% | - |
| XYZ | 49.73 | 70.01 | 18.1 | - |
| YUV | 200.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 78 | 0.25 | 0 | 0.67 | 0.07 | 82.03 | 0.81 | 0.62 |
| Hex | B2 | EC | 4E | 19 | 0 | 43 | 7 | 52 | 51 | 3E |
| Octal | 262 | 354 | 116 | 31 | 0 | 103 | 7 | 122 | 121 | 76 |
| Binary | 10110010 | 11101100 | 1001110 | 11001 | 0 | 1000011 | 111 | 1010010 | 1010001 | 111110 |
Color Harmonies of #B2EC4E
Complementary color
Monochromatic Colors of #B2EC4E
Black with #B2EC4E
Text Example
Text Example
White with #B2EC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC4E; }
p { color: rgb(178,236,78); }
H1.HeaderClassName
{
color: #B2EC4E;
}
.AnyTagClassName
{
color: #B2EC4E;
}
</style>
background-color css
<style>
a { background-color: #B2EC4E; }
a { background-color: rgb(178,236,78); }
div.DivClassName
{
background-color: #B2EC4E;
}
.BgClassName
{
background-color: #B2EC4E;
}
</style>
border-color css
<style>
span { border-color: #B2EC4E; }
span { border-color: rgb(178,236,78); }
td.TdClassName
{
border-color: #B2EC4E;
}
.TagClassName
{
border-color: #B2EC4E;
}
</style>