Shades of Emerald #3ACD71
Tints of Emerald #3ACD71
RGB
CMYK
RGB Variations
Color information
#3ACD71 (or 0x3ACD71) is known color: Emerald. HEX triplet: 3A, CD and 71. RGB value is (58,205,113). Sum of RGB (Red+Green+Blue) = 58+205+113=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD71 is #C5328E. Grayscale: #969696. Windows color (decimal): -12923535 or 7458106. OLE color: 7458106.
HSL color Cylindrical-coordinate representation of color #3ACD71: hue angle of 142.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD71 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 113 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.20 |
| HSL | 142.45º | 0.6% | 0.52% | - |
| HSV(B) | 142.45º | 0.72% | 0.8% | - |
| XYZ | 26.56 | 45.75 | 23.05 | - |
| YUV | 150.56 | 106.8 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 113 | 0.72 | 0 | 0.45 | 0.20 | 142.45 | 0.6 | 0.52 |
| Hex | 3A | CD | 71 | 48 | 0 | 2D | 14 | 8E | 3C | 34 |
| Octal | 72 | 315 | 161 | 110 | 0 | 55 | 24 | 216 | 74 | 64 |
| Binary | 111010 | 11001101 | 1110001 | 1001000 | 0 | 101101 | 10100 | 10001110 | 111100 | 110100 |
Color Harmonies of #3ACD71
Complementary color
Monochromatic Colors of #3ACD71
Black with #3ACD71
Text Example
Text Example
White with #3ACD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD71; }
p { color: rgb(58,205,113); }
H1.HeaderClassName
{
color: #3ACD71;
}
.AnyTagClassName
{
color: #3ACD71;
}
</style>
background-color css
<style>
a { background-color: #3ACD71; }
a { background-color: rgb(58,205,113); }
div.DivClassName
{
background-color: #3ACD71;
}
.BgClassName
{
background-color: #3ACD71;
}
</style>
border-color css
<style>
span { border-color: #3ACD71; }
span { border-color: rgb(58,205,113); }
td.TdClassName
{
border-color: #3ACD71;
}
.TagClassName
{
border-color: #3ACD71;
}
</style>