Shades of Conifer #B2EC4A
Tints of Conifer #B2EC4A
RGB
CMYK
RGB Variations
Color information
#B2EC4A (or 0xB2EC4A) is known color: Conifer. HEX triplet: B2, EC and 4A. RGB value is (178,236,74). Sum of RGB (Red+Green+Blue) = 178+236+74=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EC4A is #4D13B5. Grayscale: #C8C8C8. Windows color (decimal): -5051318 or 4910258. OLE color: 4910258.
HSL color Cylindrical-coordinate representation of color #B2EC4A: hue angle of 81.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2EC4A is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 74 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.07 |
| HSL | 81.48º | 0.81% | 0.61% | - |
| HSV(B) | 81.48º | 0.69% | 0.93% | - |
| XYZ | 49.59 | 69.95 | 17.37 | - |
| YUV | 200.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 74 | 0.25 | 0 | 0.69 | 0.07 | 81.48 | 0.81 | 0.61 |
| Hex | B2 | EC | 4A | 19 | 0 | 45 | 7 | 51 | 51 | 3D |
| Octal | 262 | 354 | 112 | 31 | 0 | 105 | 7 | 121 | 121 | 75 |
| Binary | 10110010 | 11101100 | 1001010 | 11001 | 0 | 1000101 | 111 | 1010001 | 1010001 | 111101 |
Color Harmonies of #B2EC4A
Complementary color
Monochromatic Colors of #B2EC4A
Black with #B2EC4A
Text Example
Text Example
White with #B2EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC4A; }
p { color: rgb(178,236,74); }
H1.HeaderClassName
{
color: #B2EC4A;
}
.AnyTagClassName
{
color: #B2EC4A;
}
</style>
background-color css
<style>
a { background-color: #B2EC4A; }
a { background-color: rgb(178,236,74); }
div.DivClassName
{
background-color: #B2EC4A;
}
.BgClassName
{
background-color: #B2EC4A;
}
</style>
border-color css
<style>
span { border-color: #B2EC4A; }
span { border-color: rgb(178,236,74); }
td.TdClassName
{
border-color: #B2EC4A;
}
.TagClassName
{
border-color: #B2EC4A;
}
</style>