Shades of Conifer #B8EC5A
Tints of Conifer #B8EC5A
RGB
CMYK
RGB Variations
Color information
#B8EC5A (or 0xB8EC5A) is known color: Conifer. HEX triplet: B8, EC and 5A. RGB value is (184,236,90). Sum of RGB (Red+Green+Blue) = 184+236+90=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8EC5A is #4713A5. Grayscale: #CCCCCC. Windows color (decimal): -4658086 or 5958840. OLE color: 5958840.
HSL color Cylindrical-coordinate representation of color #B8EC5A: hue angle of 81.37º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8EC5A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 90 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.07 |
| HSL | 81.37º | 0.79% | 0.64% | - |
| HSV(B) | 81.37º | 0.62% | 0.93% | - |
| XYZ | 51.61 | 70.92 | 20.64 | - |
| YUV | 203.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 90 | 0.22 | 0 | 0.62 | 0.07 | 81.37 | 0.79 | 0.64 |
| Hex | B8 | EC | 5A | 16 | 0 | 3E | 7 | 51 | 4F | 40 |
| Octal | 270 | 354 | 132 | 26 | 0 | 76 | 7 | 121 | 117 | 100 |
| Binary | 10111000 | 11101100 | 1011010 | 10110 | 0 | 111110 | 111 | 1010001 | 1001111 | 1000000 |
Color Harmonies of #B8EC5A
Complementary color
Monochromatic Colors of #B8EC5A
Black with #B8EC5A
Text Example
Text Example
White with #B8EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC5A; }
p { color: rgb(184,236,90); }
H1.HeaderClassName
{
color: #B8EC5A;
}
.AnyTagClassName
{
color: #B8EC5A;
}
</style>
background-color css
<style>
a { background-color: #B8EC5A; }
a { background-color: rgb(184,236,90); }
div.DivClassName
{
background-color: #B8EC5A;
}
.BgClassName
{
background-color: #B8EC5A;
}
</style>
border-color css
<style>
span { border-color: #B8EC5A; }
span { border-color: rgb(184,236,90); }
td.TdClassName
{
border-color: #B8EC5A;
}
.TagClassName
{
border-color: #B8EC5A;
}
</style>