Shades of Emerald #46DE7E
Tints of Emerald #46DE7E
RGB
CMYK
RGB Variations
Color information
#46DE7E (or 0x46DE7E) is known color: Emerald. HEX triplet: 46, DE and 7E. RGB value is (70,222,126). Sum of RGB (Red+Green+Blue) = 70+222+126=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DE7E is #B92181. Grayscale: #A5A5A5. Windows color (decimal): -12132738 or 8314438. OLE color: 8314438.
HSL color Cylindrical-coordinate representation of color #46DE7E: hue angle of 142.11º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DE7E is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 126 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.13 |
| HSL | 142.11º | 0.7% | 0.57% | - |
| HSV(B) | 142.11º | 0.68% | 0.87% | - |
| XYZ | 32.41 | 55.05 | 28.66 | - |
| YUV | 165.61 | 105.64 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 126 | 0.68 | 0 | 0.43 | 0.13 | 142.11 | 0.7 | 0.57 |
| Hex | 46 | DE | 7E | 44 | 0 | 2B | D | 8E | 46 | 39 |
| Octal | 106 | 336 | 176 | 104 | 0 | 53 | 15 | 216 | 106 | 71 |
| Binary | 1000110 | 11011110 | 1111110 | 1000100 | 0 | 101011 | 1101 | 10001110 | 1000110 | 111001 |
Color Harmonies of #46DE7E
Complementary color
Monochromatic Colors of #46DE7E
Black with #46DE7E
Text Example
Text Example
White with #46DE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DE7E; }
p { color: rgb(70,222,126); }
H1.HeaderClassName
{
color: #46DE7E;
}
.AnyTagClassName
{
color: #46DE7E;
}
</style>
background-color css
<style>
a { background-color: #46DE7E; }
a { background-color: rgb(70,222,126); }
div.DivClassName
{
background-color: #46DE7E;
}
.BgClassName
{
background-color: #46DE7E;
}
</style>
border-color css
<style>
span { border-color: #46DE7E; }
span { border-color: rgb(70,222,126); }
td.TdClassName
{
border-color: #46DE7E;
}
.TagClassName
{
border-color: #46DE7E;
}
</style>