Shades of Emerald #3AD066
Tints of Emerald #3AD066
RGB
CMYK
RGB Variations
Color information
#3AD066 (or 0x3AD066) is known color: Emerald. HEX triplet: 3A, D0 and 66. RGB value is (58,208,102). Sum of RGB (Red+Green+Blue) = 58+208+102=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD066 is #C52F99. Grayscale: #979797. Windows color (decimal): -12922778 or 6737978. OLE color: 6737978.
HSL color Cylindrical-coordinate representation of color #3AD066: hue angle of 137.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD066 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 102 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.18 |
| HSL | 137.6º | 0.61% | 0.52% | - |
| HSV(B) | 137.6º | 0.72% | 0.82% | - |
| XYZ | 26.7 | 46.97 | 20.23 | - |
| YUV | 151.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 102 | 0.72 | 0 | 0.51 | 0.18 | 137.6 | 0.61 | 0.52 |
| Hex | 3A | D0 | 66 | 48 | 0 | 33 | 12 | 8A | 3D | 34 |
| Octal | 72 | 320 | 146 | 110 | 0 | 63 | 22 | 212 | 75 | 64 |
| Binary | 111010 | 11010000 | 1100110 | 1001000 | 0 | 110011 | 10010 | 10001010 | 111101 | 110100 |
Color Harmonies of #3AD066
Complementary color
Monochromatic Colors of #3AD066
Black with #3AD066
Text Example
Text Example
White with #3AD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD066; }
p { color: rgb(58,208,102); }
H1.HeaderClassName
{
color: #3AD066;
}
.AnyTagClassName
{
color: #3AD066;
}
</style>
background-color css
<style>
a { background-color: #3AD066; }
a { background-color: rgb(58,208,102); }
div.DivClassName
{
background-color: #3AD066;
}
.BgClassName
{
background-color: #3AD066;
}
</style>
border-color css
<style>
span { border-color: #3AD066; }
span { border-color: rgb(58,208,102); }
td.TdClassName
{
border-color: #3AD066;
}
.TagClassName
{
border-color: #3AD066;
}
</style>