Shades of Conifer #B4EC3F
Tints of Conifer #B4EC3F
RGB
CMYK
RGB Variations
Color information
#B4EC3F (or 0xB4EC3F) is known color: Conifer. HEX triplet: B4, EC and 3F. RGB value is (180,236,63). Sum of RGB (Red+Green+Blue) = 180+236+63=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EC3F is #4B13C0. Grayscale: #C8C8C8. Windows color (decimal): -4920257 or 4189364. OLE color: 4189364.
HSL color Cylindrical-coordinate representation of color #B4EC3F: hue angle of 79.42º 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 #B4EC3F is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 63 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.07 |
| HSL | 79.42º | 0.82% | 0.59% | - |
| HSV(B) | 79.42º | 0.73% | 0.93% | - |
| XYZ | 49.72 | 70.05 | 15.6 | - |
| YUV | 199.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 63 | 0.24 | 0 | 0.73 | 0.07 | 79.42 | 0.82 | 0.59 |
| Hex | B4 | EC | 3F | 18 | 0 | 49 | 7 | 4F | 52 | 3B |
| Octal | 264 | 354 | 77 | 30 | 0 | 111 | 7 | 117 | 122 | 73 |
| Binary | 10110100 | 11101100 | 111111 | 11000 | 0 | 1001001 | 111 | 1001111 | 1010010 | 111011 |
Color Harmonies of #B4EC3F
Complementary color
Monochromatic Colors of #B4EC3F
Black with #B4EC3F
Text Example
Text Example
White with #B4EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC3F; }
p { color: rgb(180,236,63); }
H1.HeaderClassName
{
color: #B4EC3F;
}
.AnyTagClassName
{
color: #B4EC3F;
}
</style>
background-color css
<style>
a { background-color: #B4EC3F; }
a { background-color: rgb(180,236,63); }
div.DivClassName
{
background-color: #B4EC3F;
}
.BgClassName
{
background-color: #B4EC3F;
}
</style>
border-color css
<style>
span { border-color: #B4EC3F; }
span { border-color: rgb(180,236,63); }
td.TdClassName
{
border-color: #B4EC3F;
}
.TagClassName
{
border-color: #B4EC3F;
}
</style>