Shades of Conifer #B4EC40
Tints of Conifer #B4EC40
RGB
CMYK
RGB Variations
Color information
#B4EC40 (or 0xB4EC40) is known color: Conifer. HEX triplet: B4, EC and 40. RGB value is (180,236,64). Sum of RGB (Red+Green+Blue) = 180+236+64=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EC40 is #4B13BF. Grayscale: #C8C8C8. Windows color (decimal): -4920256 or 4254900. OLE color: 4254900.
HSL color Cylindrical-coordinate representation of color #B4EC40: hue angle of 79.53º 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 #B4EC40 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 64 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.07 |
| HSL | 79.53º | 0.82% | 0.59% | - |
| HSV(B) | 79.53º | 0.73% | 0.93% | - |
| XYZ | 49.74 | 70.06 | 15.75 | - |
| YUV | 199.65 | 51.45 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 64 | 0.24 | 0 | 0.73 | 0.07 | 79.53 | 0.82 | 0.59 |
| Hex | B4 | EC | 40 | 18 | 0 | 49 | 7 | 50 | 52 | 3B |
| Octal | 264 | 354 | 100 | 30 | 0 | 111 | 7 | 120 | 122 | 73 |
| Binary | 10110100 | 11101100 | 1000000 | 11000 | 0 | 1001001 | 111 | 1010000 | 1010010 | 111011 |
Color Harmonies of #B4EC40
Complementary color
Monochromatic Colors of #B4EC40
Black with #B4EC40
Text Example
Text Example
White with #B4EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC40; }
p { color: rgb(180,236,64); }
H1.HeaderClassName
{
color: #B4EC40;
}
.AnyTagClassName
{
color: #B4EC40;
}
</style>
background-color css
<style>
a { background-color: #B4EC40; }
a { background-color: rgb(180,236,64); }
div.DivClassName
{
background-color: #B4EC40;
}
.BgClassName
{
background-color: #B4EC40;
}
</style>
border-color css
<style>
span { border-color: #B4EC40; }
span { border-color: rgb(180,236,64); }
td.TdClassName
{
border-color: #B4EC40;
}
.TagClassName
{
border-color: #B4EC40;
}
</style>