Shades of Emerald #3AD866
Tints of Emerald #3AD866
RGB
CMYK
RGB Variations
Color information
#3AD866 (or 0x3AD866) is known color: Emerald. HEX triplet: 3A, D8 and 66. RGB value is (58,216,102). Sum of RGB (Red+Green+Blue) = 58+216+102=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD866 is #C52799. Grayscale: #9C9C9C. Windows color (decimal): -12920730 or 6740026. OLE color: 6740026.
HSL color Cylindrical-coordinate representation of color #3AD866: hue angle of 136.71º degrees, saturation: 0.67, 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 #3AD866 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 102 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.15 |
| HSL | 136.71º | 0.67% | 0.54% | - |
| HSV(B) | 136.71º | 0.73% | 0.85% | - |
| XYZ | 28.7 | 50.97 | 20.9 | - |
| YUV | 155.76 | 97.65 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 102 | 0.73 | 0 | 0.53 | 0.15 | 136.71 | 0.67 | 0.54 |
| Hex | 3A | D8 | 66 | 49 | 0 | 35 | F | 89 | 43 | 36 |
| Octal | 72 | 330 | 146 | 111 | 0 | 65 | 17 | 211 | 103 | 66 |
| Binary | 111010 | 11011000 | 1100110 | 1001001 | 0 | 110101 | 1111 | 10001001 | 1000011 | 110110 |
Color Harmonies of #3AD866
Complementary color
Monochromatic Colors of #3AD866
Black with #3AD866
Text Example
Text Example
White with #3AD866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD866; }
p { color: rgb(58,216,102); }
H1.HeaderClassName
{
color: #3AD866;
}
.AnyTagClassName
{
color: #3AD866;
}
</style>
background-color css
<style>
a { background-color: #3AD866; }
a { background-color: rgb(58,216,102); }
div.DivClassName
{
background-color: #3AD866;
}
.BgClassName
{
background-color: #3AD866;
}
</style>
border-color css
<style>
span { border-color: #3AD866; }
span { border-color: rgb(58,216,102); }
td.TdClassName
{
border-color: #3AD866;
}
.TagClassName
{
border-color: #3AD866;
}
</style>