Shades of Conifer #B4EC49
Tints of Conifer #B4EC49
RGB
CMYK
RGB Variations
Color information
#B4EC49 (or 0xB4EC49) is known color: Conifer. HEX triplet: B4, EC and 49. RGB value is (180,236,73). Sum of RGB (Red+Green+Blue) = 180+236+73=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EC49 is #4B13B6. Grayscale: #C9C9C9. Windows color (decimal): -4920247 or 4844724. OLE color: 4844724.
HSL color Cylindrical-coordinate representation of color #B4EC49: hue angle of 80.61º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4EC49 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 73 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.07 |
| HSL | 80.61º | 0.81% | 0.61% | - |
| HSV(B) | 80.61º | 0.69% | 0.93% | - |
| XYZ | 50.02 | 70.18 | 17.21 | - |
| YUV | 200.67 | 55.95 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 73 | 0.24 | 0 | 0.69 | 0.07 | 80.61 | 0.81 | 0.61 |
| Hex | B4 | EC | 49 | 18 | 0 | 45 | 7 | 51 | 51 | 3D |
| Octal | 264 | 354 | 111 | 30 | 0 | 105 | 7 | 121 | 121 | 75 |
| Binary | 10110100 | 11101100 | 1001001 | 11000 | 0 | 1000101 | 111 | 1010001 | 1010001 | 111101 |
Color Harmonies of #B4EC49
Complementary color
Monochromatic Colors of #B4EC49
Black with #B4EC49
Text Example
Text Example
White with #B4EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC49; }
p { color: rgb(180,236,73); }
H1.HeaderClassName
{
color: #B4EC49;
}
.AnyTagClassName
{
color: #B4EC49;
}
</style>
background-color css
<style>
a { background-color: #B4EC49; }
a { background-color: rgb(180,236,73); }
div.DivClassName
{
background-color: #B4EC49;
}
.BgClassName
{
background-color: #B4EC49;
}
</style>
border-color css
<style>
span { border-color: #B4EC49; }
span { border-color: rgb(180,236,73); }
td.TdClassName
{
border-color: #B4EC49;
}
.TagClassName
{
border-color: #B4EC49;
}
</style>