Shades of Emerald #3AD35B
Tints of Emerald #3AD35B
RGB
CMYK
RGB Variations
Color information
#3AD35B (or 0x3AD35B) is known color: Emerald. HEX triplet: 3A, D3 and 5B. RGB value is (58,211,91). Sum of RGB (Red+Green+Blue) = 58+211+91=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD35B is #C52CA4. Grayscale: #979797. Windows color (decimal): -12922021 or 6017850. OLE color: 6017850.
HSL color Cylindrical-coordinate representation of color #3AD35B: hue angle of 132.94º 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 #3AD35B is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 91 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.17 |
| HSL | 132.94º | 0.63% | 0.53% | - |
| HSV(B) | 132.94º | 0.73% | 0.83% | - |
| XYZ | 26.93 | 48.24 | 17.79 | - |
| YUV | 151.57 | 93.81 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 91 | 0.73 | 0 | 0.57 | 0.17 | 132.94 | 0.63 | 0.53 |
| Hex | 3A | D3 | 5B | 49 | 0 | 39 | 11 | 85 | 3F | 35 |
| Octal | 72 | 323 | 133 | 111 | 0 | 71 | 21 | 205 | 77 | 65 |
| Binary | 111010 | 11010011 | 1011011 | 1001001 | 0 | 111001 | 10001 | 10000101 | 111111 | 110101 |
Color Harmonies of #3AD35B
Complementary color
Monochromatic Colors of #3AD35B
Black with #3AD35B
Text Example
Text Example
White with #3AD35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD35B; }
p { color: rgb(58,211,91); }
H1.HeaderClassName
{
color: #3AD35B;
}
.AnyTagClassName
{
color: #3AD35B;
}
</style>
background-color css
<style>
a { background-color: #3AD35B; }
a { background-color: rgb(58,211,91); }
div.DivClassName
{
background-color: #3AD35B;
}
.BgClassName
{
background-color: #3AD35B;
}
</style>
border-color css
<style>
span { border-color: #3AD35B; }
span { border-color: rgb(58,211,91); }
td.TdClassName
{
border-color: #3AD35B;
}
.TagClassName
{
border-color: #3AD35B;
}
</style>