Shades of Emerald #46F57D
Tints of Emerald #46F57D
RGB
CMYK
RGB Variations
Color information
#46F57D (or 0x46F57D) is known color: Emerald. HEX triplet: 46, F5 and 7D. RGB value is (70,245,125). Sum of RGB (Red+Green+Blue) = 70+245+125=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #46F57D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46F57D is #B90A82. Grayscale: #B3B3B3. Windows color (decimal): -12126851 or 8254790. OLE color: 8254790.
HSL color Cylindrical-coordinate representation of color #46F57D: hue angle of 138.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F57D is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 245 | 125 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.04 |
| HSL | 138.86º | 0.9% | 0.62% | - |
| HSV(B) | 138.86º | 0.71% | 0.96% | - |
| XYZ | 38.88 | 68.09 | 30.5 | - |
| YUV | 179 | 97.52 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 245 | 125 | 0.71 | 0 | 0.49 | 0.04 | 138.86 | 0.9 | 0.62 |
| Hex | 46 | F5 | 7D | 47 | 0 | 31 | 4 | 8B | 5A | 3E |
| Octal | 106 | 365 | 175 | 107 | 0 | 61 | 4 | 213 | 132 | 76 |
| Binary | 1000110 | 11110101 | 1111101 | 1000111 | 0 | 110001 | 100 | 10001011 | 1011010 | 111110 |
Color Harmonies of #46F57D
Complementary color
Monochromatic Colors of #46F57D
Black with #46F57D
Text Example
Text Example
White with #46F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F57D; }
p { color: rgb(70,245,125); }
H1.HeaderClassName
{
color: #46F57D;
}
.AnyTagClassName
{
color: #46F57D;
}
</style>
background-color css
<style>
a { background-color: #46F57D; }
a { background-color: rgb(70,245,125); }
div.DivClassName
{
background-color: #46F57D;
}
.BgClassName
{
background-color: #46F57D;
}
</style>
border-color css
<style>
span { border-color: #46F57D; }
span { border-color: rgb(70,245,125); }
td.TdClassName
{
border-color: #46F57D;
}
.TagClassName
{
border-color: #46F57D;
}
</style>