Shades of Conifer #B2EC4F
Tints of Conifer #B2EC4F
RGB
CMYK
RGB Variations
Color information
#B2EC4F (or 0xB2EC4F) is known color: Conifer. HEX triplet: B2, EC and 4F. RGB value is (178,236,79). Sum of RGB (Red+Green+Blue) = 178+236+79=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC4F is #4D13B0. Grayscale: #C9C9C9. Windows color (decimal): -5051313 or 5237938. OLE color: 5237938.
HSL color Cylindrical-coordinate representation of color #B2EC4F: hue angle of 82.17º 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 #B2EC4F is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 79 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.07 |
| HSL | 82.17º | 0.81% | 0.62% | - |
| HSV(B) | 82.17º | 0.67% | 0.93% | - |
| XYZ | 49.77 | 70.02 | 18.29 | - |
| YUV | 200.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 79 | 0.25 | 0 | 0.67 | 0.07 | 82.17 | 0.81 | 0.62 |
| Hex | B2 | EC | 4F | 19 | 0 | 43 | 7 | 52 | 51 | 3E |
| Octal | 262 | 354 | 117 | 31 | 0 | 103 | 7 | 122 | 121 | 76 |
| Binary | 10110010 | 11101100 | 1001111 | 11001 | 0 | 1000011 | 111 | 1010010 | 1010001 | 111110 |
Color Harmonies of #B2EC4F
Complementary color
Monochromatic Colors of #B2EC4F
Black with #B2EC4F
Text Example
Text Example
White with #B2EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC4F; }
p { color: rgb(178,236,79); }
H1.HeaderClassName
{
color: #B2EC4F;
}
.AnyTagClassName
{
color: #B2EC4F;
}
</style>
background-color css
<style>
a { background-color: #B2EC4F; }
a { background-color: rgb(178,236,79); }
div.DivClassName
{
background-color: #B2EC4F;
}
.BgClassName
{
background-color: #B2EC4F;
}
</style>
border-color css
<style>
span { border-color: #B2EC4F; }
span { border-color: rgb(178,236,79); }
td.TdClassName
{
border-color: #B2EC4F;
}
.TagClassName
{
border-color: #B2EC4F;
}
</style>