Shades of Emerald #46D083
Tints of Emerald #46D083
RGB
CMYK
RGB Variations
Color information
#46D083 (or 0x46D083) is known color: Emerald. HEX triplet: 46, D0 and 83. RGB value is (70,208,131). Sum of RGB (Red+Green+Blue) = 70+208+131=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #46D083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D083 is #B92F7C. Grayscale: #9E9E9E. Windows color (decimal): -12136317 or 8638534. OLE color: 8638534.
HSL color Cylindrical-coordinate representation of color #46D083: hue angle of 146.52º 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 #46D083 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 131 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.18 |
| HSL | 146.52º | 0.59% | 0.55% | - |
| HSV(B) | 146.52º | 0.66% | 0.82% | - |
| XYZ | 29.18 | 48.05 | 29.21 | - |
| YUV | 157.96 | 112.78 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 131 | 0.66 | 0 | 0.37 | 0.18 | 146.52 | 0.59 | 0.55 |
| Hex | 46 | D0 | 83 | 42 | 0 | 25 | 12 | 93 | 3B | 37 |
| Octal | 106 | 320 | 203 | 102 | 0 | 45 | 22 | 223 | 73 | 67 |
| Binary | 1000110 | 11010000 | 10000011 | 1000010 | 0 | 100101 | 10010 | 10010011 | 111011 | 110111 |
Color Harmonies of #46D083
Complementary color
Monochromatic Colors of #46D083
Black with #46D083
Text Example
Text Example
White with #46D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D083; }
p { color: rgb(70,208,131); }
H1.HeaderClassName
{
color: #46D083;
}
.AnyTagClassName
{
color: #46D083;
}
</style>
background-color css
<style>
a { background-color: #46D083; }
a { background-color: rgb(70,208,131); }
div.DivClassName
{
background-color: #46D083;
}
.BgClassName
{
background-color: #46D083;
}
</style>
border-color css
<style>
span { border-color: #46D083; }
span { border-color: rgb(70,208,131); }
td.TdClassName
{
border-color: #46D083;
}
.TagClassName
{
border-color: #46D083;
}
</style>