Shades of Conifer #B8EC4D
Tints of Conifer #B8EC4D
RGB
CMYK
RGB Variations
Color information
#B8EC4D (or 0xB8EC4D) is known color: Conifer. HEX triplet: B8, EC and 4D. RGB value is (184,236,77). Sum of RGB (Red+Green+Blue) = 184+236+77=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8EC4D is #4713B2. Grayscale: #CACACA. Windows color (decimal): -4658099 or 5106872. OLE color: 5106872.
HSL color Cylindrical-coordinate representation of color #B8EC4D: hue angle of 79.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8EC4D is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 77 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.07 |
| HSL | 79.62º | 0.81% | 0.61% | - |
| HSV(B) | 79.62º | 0.67% | 0.93% | - |
| XYZ | 51.1 | 70.72 | 17.98 | - |
| YUV | 202.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 77 | 0.22 | 0 | 0.67 | 0.07 | 79.62 | 0.81 | 0.61 |
| Hex | B8 | EC | 4D | 16 | 0 | 43 | 7 | 50 | 51 | 3D |
| Octal | 270 | 354 | 115 | 26 | 0 | 103 | 7 | 120 | 121 | 75 |
| Binary | 10111000 | 11101100 | 1001101 | 10110 | 0 | 1000011 | 111 | 1010000 | 1010001 | 111101 |
Color Harmonies of #B8EC4D
Complementary color
Monochromatic Colors of #B8EC4D
Black with #B8EC4D
Text Example
Text Example
White with #B8EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC4D; }
p { color: rgb(184,236,77); }
H1.HeaderClassName
{
color: #B8EC4D;
}
.AnyTagClassName
{
color: #B8EC4D;
}
</style>
background-color css
<style>
a { background-color: #B8EC4D; }
a { background-color: rgb(184,236,77); }
div.DivClassName
{
background-color: #B8EC4D;
}
.BgClassName
{
background-color: #B8EC4D;
}
</style>
border-color css
<style>
span { border-color: #B8EC4D; }
span { border-color: rgb(184,236,77); }
td.TdClassName
{
border-color: #B8EC4D;
}
.TagClassName
{
border-color: #B8EC4D;
}
</style>