Shades of Emerald #46EE70
Tints of Emerald #46EE70
RGB
CMYK
RGB Variations
Color information
#46EE70 (or 0x46EE70) is known color: Emerald. HEX triplet: 46, EE and 70. RGB value is (70,238,112). Sum of RGB (Red+Green+Blue) = 70+238+112=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #46EE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46EE70 is #B9118F. Grayscale: #ADADAD. Windows color (decimal): -12128656 or 7401030. OLE color: 7401030.
HSL color Cylindrical-coordinate representation of color #46EE70: hue angle of 135º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EE70 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 112 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.07 |
| HSL | 135º | 0.83% | 0.6% | - |
| HSV(B) | 135º | 0.71% | 0.93% | - |
| XYZ | 36.02 | 63.62 | 25.71 | - |
| YUV | 173.4 | 93.34 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 112 | 0.71 | 0 | 0.53 | 0.07 | 135 | 0.83 | 0.6 |
| Hex | 46 | EE | 70 | 47 | 0 | 35 | 7 | 87 | 53 | 3C |
| Octal | 106 | 356 | 160 | 107 | 0 | 65 | 7 | 207 | 123 | 74 |
| Binary | 1000110 | 11101110 | 1110000 | 1000111 | 0 | 110101 | 111 | 10000111 | 1010011 | 111100 |
Color Harmonies of #46EE70
Complementary color
Monochromatic Colors of #46EE70
Black with #46EE70
Text Example
Text Example
White with #46EE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EE70; }
p { color: rgb(70,238,112); }
H1.HeaderClassName
{
color: #46EE70;
}
.AnyTagClassName
{
color: #46EE70;
}
</style>
background-color css
<style>
a { background-color: #46EE70; }
a { background-color: rgb(70,238,112); }
div.DivClassName
{
background-color: #46EE70;
}
.BgClassName
{
background-color: #46EE70;
}
</style>
border-color css
<style>
span { border-color: #46EE70; }
span { border-color: rgb(70,238,112); }
td.TdClassName
{
border-color: #46EE70;
}
.TagClassName
{
border-color: #46EE70;
}
</style>