Shades of Emerald #46ED7B
Tints of Emerald #46ED7B
RGB
CMYK
RGB Variations
Color information
#46ED7B (or 0x46ED7B) is known color: Emerald. HEX triplet: 46, ED and 7B. RGB value is (70,237,123). Sum of RGB (Red+Green+Blue) = 70+237+123=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #46ED7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46ED7B is #B91284. Grayscale: #AEAEAE. Windows color (decimal): -12128901 or 8121670. OLE color: 8121670.
HSL color Cylindrical-coordinate representation of color #46ED7B: hue angle of 139.04º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ED7B is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 123 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.07 |
| HSL | 139.04º | 0.82% | 0.6% | - |
| HSV(B) | 139.04º | 0.7% | 0.93% | - |
| XYZ | 36.39 | 63.3 | 29.04 | - |
| YUV | 174.07 | 99.17 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 123 | 0.70 | 0 | 0.48 | 0.07 | 139.04 | 0.82 | 0.6 |
| Hex | 46 | ED | 7B | 46 | 0 | 30 | 7 | 8B | 52 | 3C |
| Octal | 106 | 355 | 173 | 106 | 0 | 60 | 7 | 213 | 122 | 74 |
| Binary | 1000110 | 11101101 | 1111011 | 1000110 | 0 | 110000 | 111 | 10001011 | 1010010 | 111100 |
Color Harmonies of #46ED7B
Complementary color
Monochromatic Colors of #46ED7B
Black with #46ED7B
Text Example
Text Example
White with #46ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ED7B; }
p { color: rgb(70,237,123); }
H1.HeaderClassName
{
color: #46ED7B;
}
.AnyTagClassName
{
color: #46ED7B;
}
</style>
background-color css
<style>
a { background-color: #46ED7B; }
a { background-color: rgb(70,237,123); }
div.DivClassName
{
background-color: #46ED7B;
}
.BgClassName
{
background-color: #46ED7B;
}
</style>
border-color css
<style>
span { border-color: #46ED7B; }
span { border-color: rgb(70,237,123); }
td.TdClassName
{
border-color: #46ED7B;
}
.TagClassName
{
border-color: #46ED7B;
}
</style>