Shades of Emerald #3AD961
Tints of Emerald #3AD961
RGB
CMYK
RGB Variations
Color information
#3AD961 (or 0x3AD961) is known color: Emerald. HEX triplet: 3A, D9 and 61. RGB value is (58,217,97). Sum of RGB (Red+Green+Blue) = 58+217+97=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD961 is #C5269E. Grayscale: #9C9C9C. Windows color (decimal): -12920479 or 6412602. OLE color: 6412602.
HSL color Cylindrical-coordinate representation of color #3AD961: hue angle of 134.72º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD961 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 97 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.15 |
| HSL | 134.72º | 0.68% | 0.54% | - |
| HSV(B) | 134.72º | 0.73% | 0.85% | - |
| XYZ | 28.72 | 51.39 | 19.71 | - |
| YUV | 155.78 | 94.82 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 97 | 0.73 | 0 | 0.55 | 0.15 | 134.72 | 0.68 | 0.54 |
| Hex | 3A | D9 | 61 | 49 | 0 | 37 | F | 87 | 44 | 36 |
| Octal | 72 | 331 | 141 | 111 | 0 | 67 | 17 | 207 | 104 | 66 |
| Binary | 111010 | 11011001 | 1100001 | 1001001 | 0 | 110111 | 1111 | 10000111 | 1000100 | 110110 |
Color Harmonies of #3AD961
Complementary color
Monochromatic Colors of #3AD961
Black with #3AD961
Text Example
Text Example
White with #3AD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD961; }
p { color: rgb(58,217,97); }
H1.HeaderClassName
{
color: #3AD961;
}
.AnyTagClassName
{
color: #3AD961;
}
</style>
background-color css
<style>
a { background-color: #3AD961; }
a { background-color: rgb(58,217,97); }
div.DivClassName
{
background-color: #3AD961;
}
.BgClassName
{
background-color: #3AD961;
}
</style>
border-color css
<style>
span { border-color: #3AD961; }
span { border-color: rgb(58,217,97); }
td.TdClassName
{
border-color: #3AD961;
}
.TagClassName
{
border-color: #3AD961;
}
</style>