Shades of Emerald #3AD85C
Tints of Emerald #3AD85C
RGB
CMYK
RGB Variations
Color information
#3AD85C (or 0x3AD85C) is known color: Emerald. HEX triplet: 3A, D8 and 5C. RGB value is (58,216,92). Sum of RGB (Red+Green+Blue) = 58+216+92=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD85C is #C527A3. Grayscale: #9A9A9A. Windows color (decimal): -12920740 or 6084666. OLE color: 6084666.
HSL color Cylindrical-coordinate representation of color #3AD85C: hue angle of 132.91º 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 #3AD85C is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 92 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.15 |
| HSL | 132.91º | 0.67% | 0.54% | - |
| HSV(B) | 132.91º | 0.73% | 0.85% | - |
| XYZ | 28.23 | 50.78 | 18.44 | - |
| YUV | 154.62 | 92.65 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 92 | 0.73 | 0 | 0.57 | 0.15 | 132.91 | 0.67 | 0.54 |
| Hex | 3A | D8 | 5C | 49 | 0 | 39 | F | 85 | 43 | 36 |
| Octal | 72 | 330 | 134 | 111 | 0 | 71 | 17 | 205 | 103 | 66 |
| Binary | 111010 | 11011000 | 1011100 | 1001001 | 0 | 111001 | 1111 | 10000101 | 1000011 | 110110 |
Color Harmonies of #3AD85C
Complementary color
Monochromatic Colors of #3AD85C
Black with #3AD85C
Text Example
Text Example
White with #3AD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD85C; }
p { color: rgb(58,216,92); }
H1.HeaderClassName
{
color: #3AD85C;
}
.AnyTagClassName
{
color: #3AD85C;
}
</style>
background-color css
<style>
a { background-color: #3AD85C; }
a { background-color: rgb(58,216,92); }
div.DivClassName
{
background-color: #3AD85C;
}
.BgClassName
{
background-color: #3AD85C;
}
</style>
border-color css
<style>
span { border-color: #3AD85C; }
span { border-color: rgb(58,216,92); }
td.TdClassName
{
border-color: #3AD85C;
}
.TagClassName
{
border-color: #3AD85C;
}
</style>