Shades of Conifer #B3EC46
Tints of Conifer #B3EC46
RGB
CMYK
RGB Variations
Color information
#B3EC46 (or 0xB3EC46) is known color: Conifer. HEX triplet: B3, EC and 46. RGB value is (179,236,70). Sum of RGB (Red+Green+Blue) = 179+236+70=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #B3EC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3EC46 is #4C13B9. Grayscale: #C8C8C8. Windows color (decimal): -4985786 or 4648115. OLE color: 4648115.
HSL color Cylindrical-coordinate representation of color #B3EC46: hue angle of 80.6º 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 #B3EC46 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 70 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.07 |
| HSL | 80.6º | 0.81% | 0.6% | - |
| HSV(B) | 80.6º | 0.7% | 0.93% | - |
| XYZ | 49.69 | 70.02 | 16.69 | - |
| YUV | 200.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 70 | 0.24 | 0 | 0.70 | 0.07 | 80.6 | 0.81 | 0.6 |
| Hex | B3 | EC | 46 | 18 | 0 | 46 | 7 | 51 | 51 | 3C |
| Octal | 263 | 354 | 106 | 30 | 0 | 106 | 7 | 121 | 121 | 74 |
| Binary | 10110011 | 11101100 | 1000110 | 11000 | 0 | 1000110 | 111 | 1010001 | 1010001 | 111100 |
Color Harmonies of #B3EC46
Complementary color
Monochromatic Colors of #B3EC46
Black with #B3EC46
Text Example
Text Example
White with #B3EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EC46; }
p { color: rgb(179,236,70); }
H1.HeaderClassName
{
color: #B3EC46;
}
.AnyTagClassName
{
color: #B3EC46;
}
</style>
background-color css
<style>
a { background-color: #B3EC46; }
a { background-color: rgb(179,236,70); }
div.DivClassName
{
background-color: #B3EC46;
}
.BgClassName
{
background-color: #B3EC46;
}
</style>
border-color css
<style>
span { border-color: #B3EC46; }
span { border-color: rgb(179,236,70); }
td.TdClassName
{
border-color: #B3EC46;
}
.TagClassName
{
border-color: #B3EC46;
}
</style>