Shades of Conifer #B3EC47
Tints of Conifer #B3EC47
RGB
CMYK
RGB Variations
Color information
#B3EC47 (or 0xB3EC47) is known color: Conifer. HEX triplet: B3, EC and 47. RGB value is (179,236,71). Sum of RGB (Red+Green+Blue) = 179+236+71=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #B3EC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3EC47 is #4C13B8. Grayscale: #C8C8C8. Windows color (decimal): -4985785 or 4713651. OLE color: 4713651.
HSL color Cylindrical-coordinate representation of color #B3EC47: hue angle of 80.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3EC47 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 71 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.07 |
| HSL | 80.73º | 0.81% | 0.6% | - |
| HSV(B) | 80.73º | 0.7% | 0.93% | - |
| XYZ | 49.72 | 70.03 | 16.86 | - |
| YUV | 200.15 | 55.12 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 71 | 0.24 | 0 | 0.70 | 0.07 | 80.73 | 0.81 | 0.6 |
| Hex | B3 | EC | 47 | 18 | 0 | 46 | 7 | 51 | 51 | 3C |
| Octal | 263 | 354 | 107 | 30 | 0 | 106 | 7 | 121 | 121 | 74 |
| Binary | 10110011 | 11101100 | 1000111 | 11000 | 0 | 1000110 | 111 | 1010001 | 1010001 | 111100 |
Color Harmonies of #B3EC47
Complementary color
Monochromatic Colors of #B3EC47
Black with #B3EC47
Text Example
Text Example
White with #B3EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EC47; }
p { color: rgb(179,236,71); }
H1.HeaderClassName
{
color: #B3EC47;
}
.AnyTagClassName
{
color: #B3EC47;
}
</style>
background-color css
<style>
a { background-color: #B3EC47; }
a { background-color: rgb(179,236,71); }
div.DivClassName
{
background-color: #B3EC47;
}
.BgClassName
{
background-color: #B3EC47;
}
</style>
border-color css
<style>
span { border-color: #B3EC47; }
span { border-color: rgb(179,236,71); }
td.TdClassName
{
border-color: #B3EC47;
}
.TagClassName
{
border-color: #B3EC47;
}
</style>