Shades of Emerald #3AD964
Tints of Emerald #3AD964
RGB
CMYK
RGB Variations
Color information
#3AD964 (or 0x3AD964) is known color: Emerald. HEX triplet: 3A, D9 and 64. RGB value is (58,217,100). Sum of RGB (Red+Green+Blue) = 58+217+100=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD964 is #C5269B. Grayscale: #9C9C9C. Windows color (decimal): -12920476 or 6609210. OLE color: 6609210.
HSL color Cylindrical-coordinate representation of color #3AD964: hue angle of 135.85º 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 #3AD964 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 100 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.15 |
| HSL | 135.85º | 0.68% | 0.54% | - |
| HSV(B) | 135.85º | 0.73% | 0.85% | - |
| XYZ | 28.86 | 51.45 | 20.47 | - |
| YUV | 156.12 | 96.32 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 100 | 0.73 | 0 | 0.54 | 0.15 | 135.85 | 0.68 | 0.54 |
| Hex | 3A | D9 | 64 | 49 | 0 | 36 | F | 88 | 44 | 36 |
| Octal | 72 | 331 | 144 | 111 | 0 | 66 | 17 | 210 | 104 | 66 |
| Binary | 111010 | 11011001 | 1100100 | 1001001 | 0 | 110110 | 1111 | 10001000 | 1000100 | 110110 |
Color Harmonies of #3AD964
Complementary color
Monochromatic Colors of #3AD964
Black with #3AD964
Text Example
Text Example
White with #3AD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD964; }
p { color: rgb(58,217,100); }
H1.HeaderClassName
{
color: #3AD964;
}
.AnyTagClassName
{
color: #3AD964;
}
</style>
background-color css
<style>
a { background-color: #3AD964; }
a { background-color: rgb(58,217,100); }
div.DivClassName
{
background-color: #3AD964;
}
.BgClassName
{
background-color: #3AD964;
}
</style>
border-color css
<style>
span { border-color: #3AD964; }
span { border-color: rgb(58,217,100); }
td.TdClassName
{
border-color: #3AD964;
}
.TagClassName
{
border-color: #3AD964;
}
</style>