Shades of Conifer #B8EC47
Tints of Conifer #B8EC47
RGB
CMYK
RGB Variations
Color information
#B8EC47 (or 0xB8EC47) is known color: Conifer. HEX triplet: B8, EC and 47. RGB value is (184,236,71). Sum of RGB (Red+Green+Blue) = 184+236+71=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EC47 is #4713B8. Grayscale: #CACACA. Windows color (decimal): -4658105 or 4713656. OLE color: 4713656.
HSL color Cylindrical-coordinate representation of color #B8EC47: hue angle of 78.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8EC47 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 71 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.07 |
| HSL | 78.91º | 0.81% | 0.6% | - |
| HSV(B) | 78.91º | 0.7% | 0.93% | - |
| XYZ | 50.9 | 70.64 | 16.91 | - |
| YUV | 201.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 71 | 0.22 | 0 | 0.70 | 0.07 | 78.91 | 0.81 | 0.6 |
| Hex | B8 | EC | 47 | 16 | 0 | 46 | 7 | 4F | 51 | 3C |
| Octal | 270 | 354 | 107 | 26 | 0 | 106 | 7 | 117 | 121 | 74 |
| Binary | 10111000 | 11101100 | 1000111 | 10110 | 0 | 1000110 | 111 | 1001111 | 1010001 | 111100 |
Color Harmonies of #B8EC47
Complementary color
Monochromatic Colors of #B8EC47
Black with #B8EC47
Text Example
Text Example
White with #B8EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC47; }
p { color: rgb(184,236,71); }
H1.HeaderClassName
{
color: #B8EC47;
}
.AnyTagClassName
{
color: #B8EC47;
}
</style>
background-color css
<style>
a { background-color: #B8EC47; }
a { background-color: rgb(184,236,71); }
div.DivClassName
{
background-color: #B8EC47;
}
.BgClassName
{
background-color: #B8EC47;
}
</style>
border-color css
<style>
span { border-color: #B8EC47; }
span { border-color: rgb(184,236,71); }
td.TdClassName
{
border-color: #B8EC47;
}
.TagClassName
{
border-color: #B8EC47;
}
</style>