Shades of Conifer #B4EC42
Tints of Conifer #B4EC42
RGB
CMYK
RGB Variations
Color information
#B4EC42 (or 0xB4EC42) is known color: Conifer. HEX triplet: B4, EC and 42. RGB value is (180,236,66). Sum of RGB (Red+Green+Blue) = 180+236+66=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EC42 is #4B13BD. Grayscale: #C8C8C8. Windows color (decimal): -4920254 or 4385972. OLE color: 4385972.
HSL color Cylindrical-coordinate representation of color #B4EC42: hue angle of 79.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4EC42 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 66 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.07 |
| HSL | 79.76º | 0.82% | 0.59% | - |
| HSV(B) | 79.76º | 0.72% | 0.93% | - |
| XYZ | 49.8 | 70.09 | 16.06 | - |
| YUV | 199.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 66 | 0.24 | 0 | 0.72 | 0.07 | 79.76 | 0.82 | 0.59 |
| Hex | B4 | EC | 42 | 18 | 0 | 48 | 7 | 50 | 52 | 3B |
| Octal | 264 | 354 | 102 | 30 | 0 | 110 | 7 | 120 | 122 | 73 |
| Binary | 10110100 | 11101100 | 1000010 | 11000 | 0 | 1001000 | 111 | 1010000 | 1010010 | 111011 |
Color Harmonies of #B4EC42
Complementary color
Monochromatic Colors of #B4EC42
Black with #B4EC42
Text Example
Text Example
White with #B4EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC42; }
p { color: rgb(180,236,66); }
H1.HeaderClassName
{
color: #B4EC42;
}
.AnyTagClassName
{
color: #B4EC42;
}
</style>
background-color css
<style>
a { background-color: #B4EC42; }
a { background-color: rgb(180,236,66); }
div.DivClassName
{
background-color: #B4EC42;
}
.BgClassName
{
background-color: #B4EC42;
}
</style>
border-color css
<style>
span { border-color: #B4EC42; }
span { border-color: rgb(180,236,66); }
td.TdClassName
{
border-color: #B4EC42;
}
.TagClassName
{
border-color: #B4EC42;
}
</style>