Shades of Emerald #3AD380
Tints of Emerald #3AD380
RGB
CMYK
RGB Variations
Color information
#3AD380 (or 0x3AD380) is known color: Emerald. HEX triplet: 3A, D3 and 80. RGB value is (58,211,128). Sum of RGB (Red+Green+Blue) = 58+211+128=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD380 is #C52C7F. Grayscale: #9B9B9B. Windows color (decimal): -12921984 or 8442682. OLE color: 8442682.
HSL color Cylindrical-coordinate representation of color #3AD380: hue angle of 147.45º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD380 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 128 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.17 |
| HSL | 147.45º | 0.63% | 0.53% | - |
| HSV(B) | 147.45º | 0.73% | 0.83% | - |
| XYZ | 28.94 | 49.05 | 28.36 | - |
| YUV | 155.79 | 112.31 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 128 | 0.73 | 0 | 0.39 | 0.17 | 147.45 | 0.63 | 0.53 |
| Hex | 3A | D3 | 80 | 49 | 0 | 27 | 11 | 93 | 3F | 35 |
| Octal | 72 | 323 | 200 | 111 | 0 | 47 | 21 | 223 | 77 | 65 |
| Binary | 111010 | 11010011 | 10000000 | 1001001 | 0 | 100111 | 10001 | 10010011 | 111111 | 110101 |
Color Harmonies of #3AD380
Complementary color
Monochromatic Colors of #3AD380
Black with #3AD380
Text Example
Text Example
White with #3AD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD380; }
p { color: rgb(58,211,128); }
H1.HeaderClassName
{
color: #3AD380;
}
.AnyTagClassName
{
color: #3AD380;
}
</style>
background-color css
<style>
a { background-color: #3AD380; }
a { background-color: rgb(58,211,128); }
div.DivClassName
{
background-color: #3AD380;
}
.BgClassName
{
background-color: #3AD380;
}
</style>
border-color css
<style>
span { border-color: #3AD380; }
span { border-color: rgb(58,211,128); }
td.TdClassName
{
border-color: #3AD380;
}
.TagClassName
{
border-color: #3AD380;
}
</style>