Shades of Conifer #B8EC46
Tints of Conifer #B8EC46
RGB
CMYK
RGB Variations
Color information
#B8EC46 (or 0xB8EC46) is known color: Conifer. HEX triplet: B8, EC and 46. RGB value is (184,236,70). Sum of RGB (Red+Green+Blue) = 184+236+70=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EC46 is #4713B9. Grayscale: #CACACA. Windows color (decimal): -4658106 or 4648120. OLE color: 4648120.
HSL color Cylindrical-coordinate representation of color #B8EC46: hue angle of 78.8º 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 #B8EC46 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 70 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.07 |
| HSL | 78.8º | 0.81% | 0.6% | - |
| HSV(B) | 78.8º | 0.7% | 0.93% | - |
| XYZ | 50.87 | 70.62 | 16.75 | - |
| YUV | 201.53 | 53.77 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 70 | 0.22 | 0 | 0.70 | 0.07 | 78.8 | 0.81 | 0.6 |
| Hex | B8 | EC | 46 | 16 | 0 | 46 | 7 | 4F | 51 | 3C |
| Octal | 270 | 354 | 106 | 26 | 0 | 106 | 7 | 117 | 121 | 74 |
| Binary | 10111000 | 11101100 | 1000110 | 10110 | 0 | 1000110 | 111 | 1001111 | 1010001 | 111100 |
Color Harmonies of #B8EC46
Complementary color
Monochromatic Colors of #B8EC46
Black with #B8EC46
Text Example
Text Example
White with #B8EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC46; }
p { color: rgb(184,236,70); }
H1.HeaderClassName
{
color: #B8EC46;
}
.AnyTagClassName
{
color: #B8EC46;
}
</style>
background-color css
<style>
a { background-color: #B8EC46; }
a { background-color: rgb(184,236,70); }
div.DivClassName
{
background-color: #B8EC46;
}
.BgClassName
{
background-color: #B8EC46;
}
</style>
border-color css
<style>
span { border-color: #B8EC46; }
span { border-color: rgb(184,236,70); }
td.TdClassName
{
border-color: #B8EC46;
}
.TagClassName
{
border-color: #B8EC46;
}
</style>