Shades of Emerald #46E682
Tints of Emerald #46E682
RGB
CMYK
RGB Variations
Color information
#46E682 (or 0x46E682) is known color: Emerald. HEX triplet: 46, E6 and 82. RGB value is (70,230,130). Sum of RGB (Red+Green+Blue) = 70+230+130=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #46E682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E682 is #B9197D. Grayscale: #ABABAB. Windows color (decimal): -12130686 or 8578630. OLE color: 8578630.
HSL color Cylindrical-coordinate representation of color #46E682: hue angle of 142.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E682 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 130 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.10 |
| HSL | 142.5º | 0.76% | 0.59% | - |
| HSV(B) | 142.5º | 0.7% | 0.9% | - |
| XYZ | 34.85 | 59.51 | 30.77 | - |
| YUV | 170.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 130 | 0.70 | 0 | 0.43 | 0.10 | 142.5 | 0.76 | 0.59 |
| Hex | 46 | E6 | 82 | 46 | 0 | 2B | A | 8E | 4C | 3B |
| Octal | 106 | 346 | 202 | 106 | 0 | 53 | 12 | 216 | 114 | 73 |
| Binary | 1000110 | 11100110 | 10000010 | 1000110 | 0 | 101011 | 1010 | 10001110 | 1001100 | 111011 |
Color Harmonies of #46E682
Complementary color
Monochromatic Colors of #46E682
Black with #46E682
Text Example
Text Example
White with #46E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E682; }
p { color: rgb(70,230,130); }
H1.HeaderClassName
{
color: #46E682;
}
.AnyTagClassName
{
color: #46E682;
}
</style>
background-color css
<style>
a { background-color: #46E682; }
a { background-color: rgb(70,230,130); }
div.DivClassName
{
background-color: #46E682;
}
.BgClassName
{
background-color: #46E682;
}
</style>
border-color css
<style>
span { border-color: #46E682; }
span { border-color: rgb(70,230,130); }
td.TdClassName
{
border-color: #46E682;
}
.TagClassName
{
border-color: #46E682;
}
</style>