Shades of Emerald #46EA7B
Tints of Emerald #46EA7B
RGB
CMYK
RGB Variations
Color information
#46EA7B (or 0x46EA7B) is known color: Emerald. HEX triplet: 46, EA and 7B. RGB value is (70,234,123). Sum of RGB (Red+Green+Blue) = 70+234+123=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #46EA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46EA7B is #B91584. Grayscale: #ACACAC. Windows color (decimal): -12129669 or 8120902. OLE color: 8120902.
HSL color Cylindrical-coordinate representation of color #46EA7B: hue angle of 139.39º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EA7B is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 234 | 123 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.08 |
| HSL | 139.39º | 0.8% | 0.6% | - |
| HSV(B) | 139.39º | 0.7% | 0.92% | - |
| XYZ | 35.52 | 61.58 | 28.75 | - |
| YUV | 172.31 | 100.17 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 234 | 123 | 0.70 | 0 | 0.47 | 0.08 | 139.39 | 0.8 | 0.6 |
| Hex | 46 | EA | 7B | 46 | 0 | 2F | 8 | 8B | 50 | 3C |
| Octal | 106 | 352 | 173 | 106 | 0 | 57 | 10 | 213 | 120 | 74 |
| Binary | 1000110 | 11101010 | 1111011 | 1000110 | 0 | 101111 | 1000 | 10001011 | 1010000 | 111100 |
Color Harmonies of #46EA7B
Complementary color
Monochromatic Colors of #46EA7B
Black with #46EA7B
Text Example
Text Example
White with #46EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EA7B; }
p { color: rgb(70,234,123); }
H1.HeaderClassName
{
color: #46EA7B;
}
.AnyTagClassName
{
color: #46EA7B;
}
</style>
background-color css
<style>
a { background-color: #46EA7B; }
a { background-color: rgb(70,234,123); }
div.DivClassName
{
background-color: #46EA7B;
}
.BgClassName
{
background-color: #46EA7B;
}
</style>
border-color css
<style>
span { border-color: #46EA7B; }
span { border-color: rgb(70,234,123); }
td.TdClassName
{
border-color: #46EA7B;
}
.TagClassName
{
border-color: #46EA7B;
}
</style>