Shades of Emerald #46D07E
Tints of Emerald #46D07E
RGB
CMYK
RGB Variations
Color information
#46D07E (or 0x46D07E) is known color: Emerald. HEX triplet: 46, D0 and 7E. RGB value is (70,208,126). Sum of RGB (Red+Green+Blue) = 70+208+126=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #46D07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D07E is #B92F81. Grayscale: #9D9D9D. Windows color (decimal): -12136322 or 8310854. OLE color: 8310854.
HSL color Cylindrical-coordinate representation of color #46D07E: hue angle of 144.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D07E is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 126 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.18 |
| HSL | 144.35º | 0.59% | 0.55% | - |
| HSV(B) | 144.35º | 0.66% | 0.82% | - |
| XYZ | 28.85 | 47.92 | 27.47 | - |
| YUV | 157.39 | 110.28 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 126 | 0.66 | 0 | 0.39 | 0.18 | 144.35 | 0.59 | 0.55 |
| Hex | 46 | D0 | 7E | 42 | 0 | 27 | 12 | 90 | 3B | 37 |
| Octal | 106 | 320 | 176 | 102 | 0 | 47 | 22 | 220 | 73 | 67 |
| Binary | 1000110 | 11010000 | 1111110 | 1000010 | 0 | 100111 | 10010 | 10010000 | 111011 | 110111 |
Color Harmonies of #46D07E
Complementary color
Monochromatic Colors of #46D07E
Black with #46D07E
Text Example
Text Example
White with #46D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D07E; }
p { color: rgb(70,208,126); }
H1.HeaderClassName
{
color: #46D07E;
}
.AnyTagClassName
{
color: #46D07E;
}
</style>
background-color css
<style>
a { background-color: #46D07E; }
a { background-color: rgb(70,208,126); }
div.DivClassName
{
background-color: #46D07E;
}
.BgClassName
{
background-color: #46D07E;
}
</style>
border-color css
<style>
span { border-color: #46D07E; }
span { border-color: rgb(70,208,126); }
td.TdClassName
{
border-color: #46D07E;
}
.TagClassName
{
border-color: #46D07E;
}
</style>