Shades of Emerald #46D087
Tints of Emerald #46D087
RGB
CMYK
RGB Variations
Color information
#46D087 (or 0x46D087) is known color: Emerald. HEX triplet: 46, D0 and 87. RGB value is (70,208,135). Sum of RGB (Red+Green+Blue) = 70+208+135=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #46D087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D087 is #B92F78. Grayscale: #9E9E9E. Windows color (decimal): -12136313 or 8900678. OLE color: 8900678.
HSL color Cylindrical-coordinate representation of color #46D087: hue angle of 148.26º 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 #46D087 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 135 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.18 |
| HSL | 148.26º | 0.59% | 0.55% | - |
| HSV(B) | 148.26º | 0.66% | 0.82% | - |
| XYZ | 29.45 | 48.16 | 30.67 | - |
| YUV | 158.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 135 | 0.66 | 0 | 0.35 | 0.18 | 148.26 | 0.59 | 0.55 |
| Hex | 46 | D0 | 87 | 42 | 0 | 23 | 12 | 94 | 3B | 37 |
| Octal | 106 | 320 | 207 | 102 | 0 | 43 | 22 | 224 | 73 | 67 |
| Binary | 1000110 | 11010000 | 10000111 | 1000010 | 0 | 100011 | 10010 | 10010100 | 111011 | 110111 |
Color Harmonies of #46D087
Complementary color
Monochromatic Colors of #46D087
Black with #46D087
Text Example
Text Example
White with #46D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D087; }
p { color: rgb(70,208,135); }
H1.HeaderClassName
{
color: #46D087;
}
.AnyTagClassName
{
color: #46D087;
}
</style>
background-color css
<style>
a { background-color: #46D087; }
a { background-color: rgb(70,208,135); }
div.DivClassName
{
background-color: #46D087;
}
.BgClassName
{
background-color: #46D087;
}
</style>
border-color css
<style>
span { border-color: #46D087; }
span { border-color: rgb(70,208,135); }
td.TdClassName
{
border-color: #46D087;
}
.TagClassName
{
border-color: #46D087;
}
</style>