Shades of Conifer #B4EC5E
Tints of Conifer #B4EC5E
RGB
CMYK
RGB Variations
Color information
#B4EC5E (or 0xB4EC5E) is known color: Conifer. HEX triplet: B4, EC and 5E. RGB value is (180,236,94). Sum of RGB (Red+Green+Blue) = 180+236+94=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EC5E is #4B13A1. Grayscale: #CBCBCB. Windows color (decimal): -4920226 or 6220980. OLE color: 6220980.
HSL color Cylindrical-coordinate representation of color #B4EC5E: hue angle of 83.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4EC5E is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 94 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.07 |
| HSL | 83.66º | 0.79% | 0.65% | - |
| HSV(B) | 83.66º | 0.6% | 0.93% | - |
| XYZ | 50.84 | 70.5 | 21.52 | - |
| YUV | 203.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 94 | 0.24 | 0 | 0.60 | 0.07 | 83.66 | 0.79 | 0.65 |
| Hex | B4 | EC | 5E | 18 | 0 | 3C | 7 | 54 | 4F | 41 |
| Octal | 264 | 354 | 136 | 30 | 0 | 74 | 7 | 124 | 117 | 101 |
| Binary | 10110100 | 11101100 | 1011110 | 11000 | 0 | 111100 | 111 | 1010100 | 1001111 | 1000001 |
Color Harmonies of #B4EC5E
Complementary color
Monochromatic Colors of #B4EC5E
Black with #B4EC5E
Text Example
Text Example
White with #B4EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC5E; }
p { color: rgb(180,236,94); }
H1.HeaderClassName
{
color: #B4EC5E;
}
.AnyTagClassName
{
color: #B4EC5E;
}
</style>
background-color css
<style>
a { background-color: #B4EC5E; }
a { background-color: rgb(180,236,94); }
div.DivClassName
{
background-color: #B4EC5E;
}
.BgClassName
{
background-color: #B4EC5E;
}
</style>
border-color css
<style>
span { border-color: #B4EC5E; }
span { border-color: rgb(180,236,94); }
td.TdClassName
{
border-color: #B4EC5E;
}
.TagClassName
{
border-color: #B4EC5E;
}
</style>