Shades of Conifer #B8EC40
Tints of Conifer #B8EC40
RGB
CMYK
RGB Variations
Color information
#B8EC40 (or 0xB8EC40) is known color: Conifer. HEX triplet: B8, EC and 40. RGB value is (184,236,64). Sum of RGB (Red+Green+Blue) = 184+236+64=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EC40 is #4713BF. Grayscale: #C9C9C9. Windows color (decimal): -4658112 or 4254904. OLE color: 4254904.
HSL color Cylindrical-coordinate representation of color #B8EC40: hue angle of 78.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8EC40 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 64 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.07 |
| HSL | 78.14º | 0.82% | 0.59% | - |
| HSV(B) | 78.14º | 0.73% | 0.93% | - |
| XYZ | 50.69 | 70.55 | 15.8 | - |
| YUV | 200.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 64 | 0.22 | 0 | 0.73 | 0.07 | 78.14 | 0.82 | 0.59 |
| Hex | B8 | EC | 40 | 16 | 0 | 49 | 7 | 4E | 52 | 3B |
| Octal | 270 | 354 | 100 | 26 | 0 | 111 | 7 | 116 | 122 | 73 |
| Binary | 10111000 | 11101100 | 1000000 | 10110 | 0 | 1001001 | 111 | 1001110 | 1010010 | 111011 |
Color Harmonies of #B8EC40
Complementary color
Monochromatic Colors of #B8EC40
Black with #B8EC40
Text Example
Text Example
White with #B8EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC40; }
p { color: rgb(184,236,64); }
H1.HeaderClassName
{
color: #B8EC40;
}
.AnyTagClassName
{
color: #B8EC40;
}
</style>
background-color css
<style>
a { background-color: #B8EC40; }
a { background-color: rgb(184,236,64); }
div.DivClassName
{
background-color: #B8EC40;
}
.BgClassName
{
background-color: #B8EC40;
}
</style>
border-color css
<style>
span { border-color: #B8EC40; }
span { border-color: rgb(184,236,64); }
td.TdClassName
{
border-color: #B8EC40;
}
.TagClassName
{
border-color: #B8EC40;
}
</style>