Shades of Emerald #3AD66C
Tints of Emerald #3AD66C
RGB
CMYK
RGB Variations
Color information
#3AD66C (or 0x3AD66C) is known color: Emerald. HEX triplet: 3A, D6 and 6C. RGB value is (58,214,108). Sum of RGB (Red+Green+Blue) = 58+214+108=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD66C is #C52993. Grayscale: #9B9B9B. Windows color (decimal): -12921236 or 7132730. OLE color: 7132730.
HSL color Cylindrical-coordinate representation of color #3AD66C: hue angle of 139.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD66C is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 108 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.16 |
| HSL | 139.23º | 0.66% | 0.53% | - |
| HSV(B) | 139.23º | 0.73% | 0.84% | - |
| XYZ | 28.5 | 50.08 | 22.35 | - |
| YUV | 155.27 | 101.32 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 108 | 0.73 | 0 | 0.50 | 0.16 | 139.23 | 0.66 | 0.53 |
| Hex | 3A | D6 | 6C | 49 | 0 | 32 | 10 | 8B | 42 | 35 |
| Octal | 72 | 326 | 154 | 111 | 0 | 62 | 20 | 213 | 102 | 65 |
| Binary | 111010 | 11010110 | 1101100 | 1001001 | 0 | 110010 | 10000 | 10001011 | 1000010 | 110101 |
Color Harmonies of #3AD66C
Complementary color
Monochromatic Colors of #3AD66C
Black with #3AD66C
Text Example
Text Example
White with #3AD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD66C; }
p { color: rgb(58,214,108); }
H1.HeaderClassName
{
color: #3AD66C;
}
.AnyTagClassName
{
color: #3AD66C;
}
</style>
background-color css
<style>
a { background-color: #3AD66C; }
a { background-color: rgb(58,214,108); }
div.DivClassName
{
background-color: #3AD66C;
}
.BgClassName
{
background-color: #3AD66C;
}
</style>
border-color css
<style>
span { border-color: #3AD66C; }
span { border-color: rgb(58,214,108); }
td.TdClassName
{
border-color: #3AD66C;
}
.TagClassName
{
border-color: #3AD66C;
}
</style>