Shades of Emerald #3AD35D
Tints of Emerald #3AD35D
RGB
CMYK
RGB Variations
Color information
#3AD35D (or 0x3AD35D) is known color: Emerald. HEX triplet: 3A, D3 and 5D. RGB value is (58,211,93). Sum of RGB (Red+Green+Blue) = 58+211+93=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD35D is #C52CA2. Grayscale: #989898. Windows color (decimal): -12922019 or 6148922. OLE color: 6148922.
HSL color Cylindrical-coordinate representation of color #3AD35D: hue angle of 133.73º 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 #3AD35D is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 93 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.17 |
| HSL | 133.73º | 0.63% | 0.53% | - |
| HSV(B) | 133.73º | 0.73% | 0.83% | - |
| XYZ | 27.01 | 48.28 | 18.25 | - |
| YUV | 151.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 93 | 0.73 | 0 | 0.56 | 0.17 | 133.73 | 0.63 | 0.53 |
| Hex | 3A | D3 | 5D | 49 | 0 | 38 | 11 | 86 | 3F | 35 |
| Octal | 72 | 323 | 135 | 111 | 0 | 70 | 21 | 206 | 77 | 65 |
| Binary | 111010 | 11010011 | 1011101 | 1001001 | 0 | 111000 | 10001 | 10000110 | 111111 | 110101 |
Color Harmonies of #3AD35D
Complementary color
Monochromatic Colors of #3AD35D
Black with #3AD35D
Text Example
Text Example
White with #3AD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD35D; }
p { color: rgb(58,211,93); }
H1.HeaderClassName
{
color: #3AD35D;
}
.AnyTagClassName
{
color: #3AD35D;
}
</style>
background-color css
<style>
a { background-color: #3AD35D; }
a { background-color: rgb(58,211,93); }
div.DivClassName
{
background-color: #3AD35D;
}
.BgClassName
{
background-color: #3AD35D;
}
</style>
border-color css
<style>
span { border-color: #3AD35D; }
span { border-color: rgb(58,211,93); }
td.TdClassName
{
border-color: #3AD35D;
}
.TagClassName
{
border-color: #3AD35D;
}
</style>