Shades of Emerald #46E163
Tints of Emerald #46E163
RGB
CMYK
RGB Variations
Color information
#46E163 (or 0x46E163) is known color: Emerald. HEX triplet: 46, E1 and 63. RGB value is (70,225,99). Sum of RGB (Red+Green+Blue) = 70+225+99=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #46E163 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E163 is #B91E9C. Grayscale: #A4A4A4. Windows color (decimal): -12131997 or 6545734. OLE color: 6545734.
HSL color Cylindrical-coordinate representation of color #46E163: hue angle of 131.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E163 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 99 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.12 |
| HSL | 131.23º | 0.72% | 0.58% | - |
| HSV(B) | 131.23º | 0.69% | 0.88% | - |
| XYZ | 31.7 | 56.05 | 20.95 | - |
| YUV | 164.29 | 91.15 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 99 | 0.69 | 0 | 0.56 | 0.12 | 131.23 | 0.72 | 0.58 |
| Hex | 46 | E1 | 63 | 45 | 0 | 38 | C | 83 | 48 | 3A |
| Octal | 106 | 341 | 143 | 105 | 0 | 70 | 14 | 203 | 110 | 72 |
| Binary | 1000110 | 11100001 | 1100011 | 1000101 | 0 | 111000 | 1100 | 10000011 | 1001000 | 111010 |
Color Harmonies of #46E163
Complementary color
Monochromatic Colors of #46E163
Black with #46E163
Text Example
Text Example
White with #46E163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E163; }
p { color: rgb(70,225,99); }
H1.HeaderClassName
{
color: #46E163;
}
.AnyTagClassName
{
color: #46E163;
}
</style>
background-color css
<style>
a { background-color: #46E163; }
a { background-color: rgb(70,225,99); }
div.DivClassName
{
background-color: #46E163;
}
.BgClassName
{
background-color: #46E163;
}
</style>
border-color css
<style>
span { border-color: #46E163; }
span { border-color: rgb(70,225,99); }
td.TdClassName
{
border-color: #46E163;
}
.TagClassName
{
border-color: #46E163;
}
</style>