Shades of Conifer #B2EC4D
Tints of Conifer #B2EC4D
RGB
CMYK
RGB Variations
Color information
#B2EC4D (or 0xB2EC4D) is known color: Conifer. HEX triplet: B2, EC and 4D. RGB value is (178,236,77). Sum of RGB (Red+Green+Blue) = 178+236+77=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC4D is #4D13B2. Grayscale: #C9C9C9. Windows color (decimal): -5051315 or 5106866. OLE color: 5106866.
HSL color Cylindrical-coordinate representation of color #B2EC4D: hue angle of 81.89º 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 #B2EC4D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 77 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.07 |
| HSL | 81.89º | 0.81% | 0.61% | - |
| HSV(B) | 81.89º | 0.67% | 0.93% | - |
| XYZ | 49.7 | 69.99 | 17.91 | - |
| YUV | 200.53 | 58.28 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 77 | 0.25 | 0 | 0.67 | 0.07 | 81.89 | 0.81 | 0.61 |
| Hex | B2 | EC | 4D | 19 | 0 | 43 | 7 | 52 | 51 | 3D |
| Octal | 262 | 354 | 115 | 31 | 0 | 103 | 7 | 122 | 121 | 75 |
| Binary | 10110010 | 11101100 | 1001101 | 11001 | 0 | 1000011 | 111 | 1010010 | 1010001 | 111101 |
Color Harmonies of #B2EC4D
Complementary color
Monochromatic Colors of #B2EC4D
Black with #B2EC4D
Text Example
Text Example
White with #B2EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC4D; }
p { color: rgb(178,236,77); }
H1.HeaderClassName
{
color: #B2EC4D;
}
.AnyTagClassName
{
color: #B2EC4D;
}
</style>
background-color css
<style>
a { background-color: #B2EC4D; }
a { background-color: rgb(178,236,77); }
div.DivClassName
{
background-color: #B2EC4D;
}
.BgClassName
{
background-color: #B2EC4D;
}
</style>
border-color css
<style>
span { border-color: #B2EC4D; }
span { border-color: rgb(178,236,77); }
td.TdClassName
{
border-color: #B2EC4D;
}
.TagClassName
{
border-color: #B2EC4D;
}
</style>