Shades of Emerald #3AD466
Tints of Emerald #3AD466
RGB
CMYK
RGB Variations
Color information
#3AD466 (or 0x3AD466) is known color: Emerald. HEX triplet: 3A, D4 and 66. RGB value is (58,212,102). Sum of RGB (Red+Green+Blue) = 58+212+102=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD466 is #C52B99. Grayscale: #999999. Windows color (decimal): -12921754 or 6739002. OLE color: 6739002.
HSL color Cylindrical-coordinate representation of color #3AD466: hue angle of 137.14º degrees, saturation: 0.64, 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 #3AD466 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 102 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.17 |
| HSL | 137.14º | 0.64% | 0.53% | - |
| HSV(B) | 137.14º | 0.73% | 0.83% | - |
| XYZ | 27.69 | 48.95 | 20.56 | - |
| YUV | 153.41 | 98.98 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 102 | 0.73 | 0 | 0.52 | 0.17 | 137.14 | 0.64 | 0.53 |
| Hex | 3A | D4 | 66 | 49 | 0 | 34 | 11 | 89 | 40 | 35 |
| Octal | 72 | 324 | 146 | 111 | 0 | 64 | 21 | 211 | 100 | 65 |
| Binary | 111010 | 11010100 | 1100110 | 1001001 | 0 | 110100 | 10001 | 10001001 | 1000000 | 110101 |
Color Harmonies of #3AD466
Complementary color
Monochromatic Colors of #3AD466
Black with #3AD466
Text Example
Text Example
White with #3AD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD466; }
p { color: rgb(58,212,102); }
H1.HeaderClassName
{
color: #3AD466;
}
.AnyTagClassName
{
color: #3AD466;
}
</style>
background-color css
<style>
a { background-color: #3AD466; }
a { background-color: rgb(58,212,102); }
div.DivClassName
{
background-color: #3AD466;
}
.BgClassName
{
background-color: #3AD466;
}
</style>
border-color css
<style>
span { border-color: #3AD466; }
span { border-color: rgb(58,212,102); }
td.TdClassName
{
border-color: #3AD466;
}
.TagClassName
{
border-color: #3AD466;
}
</style>