Shades of Emerald #3AD563
Tints of Emerald #3AD563
RGB
CMYK
RGB Variations
Color information
#3AD563 (or 0x3AD563) is known color: Emerald. HEX triplet: 3A, D5 and 63. RGB value is (58,213,99). Sum of RGB (Red+Green+Blue) = 58+213+99=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD563 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD563 is #C52A9C. Grayscale: #999999. Windows color (decimal): -12921501 or 6542650. OLE color: 6542650.
HSL color Cylindrical-coordinate representation of color #3AD563: hue angle of 135.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD563 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 99 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.16 |
| HSL | 135.87º | 0.65% | 0.53% | - |
| HSV(B) | 135.87º | 0.73% | 0.84% | - |
| XYZ | 27.79 | 49.39 | 19.87 | - |
| YUV | 153.66 | 97.15 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 99 | 0.73 | 0 | 0.54 | 0.16 | 135.87 | 0.65 | 0.53 |
| Hex | 3A | D5 | 63 | 49 | 0 | 36 | 10 | 88 | 41 | 35 |
| Octal | 72 | 325 | 143 | 111 | 0 | 66 | 20 | 210 | 101 | 65 |
| Binary | 111010 | 11010101 | 1100011 | 1001001 | 0 | 110110 | 10000 | 10001000 | 1000001 | 110101 |
Color Harmonies of #3AD563
Complementary color
Monochromatic Colors of #3AD563
Black with #3AD563
Text Example
Text Example
White with #3AD563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD563; }
p { color: rgb(58,213,99); }
H1.HeaderClassName
{
color: #3AD563;
}
.AnyTagClassName
{
color: #3AD563;
}
</style>
background-color css
<style>
a { background-color: #3AD563; }
a { background-color: rgb(58,213,99); }
div.DivClassName
{
background-color: #3AD563;
}
.BgClassName
{
background-color: #3AD563;
}
</style>
border-color css
<style>
span { border-color: #3AD563; }
span { border-color: rgb(58,213,99); }
td.TdClassName
{
border-color: #3AD563;
}
.TagClassName
{
border-color: #3AD563;
}
</style>