Shades of Emerald #3ACD60
Tints of Emerald #3ACD60
RGB
CMYK
RGB Variations
Color information
#3ACD60 (or 0x3ACD60) is known color: Emerald. HEX triplet: 3A, CD and 60. RGB value is (58,205,96). Sum of RGB (Red+Green+Blue) = 58+205+96=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD60 is #C5329F. Grayscale: #949494. Windows color (decimal): -12923552 or 6343994. OLE color: 6343994.
HSL color Cylindrical-coordinate representation of color #3ACD60: hue angle of 135.51º 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 #3ACD60 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 96 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.20 |
| HSL | 135.51º | 0.6% | 0.52% | - |
| HSV(B) | 135.51º | 0.72% | 0.8% | - |
| XYZ | 25.69 | 45.41 | 18.48 | - |
| YUV | 148.62 | 98.3 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 96 | 0.72 | 0 | 0.53 | 0.20 | 135.51 | 0.6 | 0.52 |
| Hex | 3A | CD | 60 | 48 | 0 | 35 | 14 | 88 | 3C | 34 |
| Octal | 72 | 315 | 140 | 110 | 0 | 65 | 24 | 210 | 74 | 64 |
| Binary | 111010 | 11001101 | 1100000 | 1001000 | 0 | 110101 | 10100 | 10001000 | 111100 | 110100 |
Color Harmonies of #3ACD60
Complementary color
Monochromatic Colors of #3ACD60
Black with #3ACD60
Text Example
Text Example
White with #3ACD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD60; }
p { color: rgb(58,205,96); }
H1.HeaderClassName
{
color: #3ACD60;
}
.AnyTagClassName
{
color: #3ACD60;
}
</style>
background-color css
<style>
a { background-color: #3ACD60; }
a { background-color: rgb(58,205,96); }
div.DivClassName
{
background-color: #3ACD60;
}
.BgClassName
{
background-color: #3ACD60;
}
</style>
border-color css
<style>
span { border-color: #3ACD60; }
span { border-color: rgb(58,205,96); }
td.TdClassName
{
border-color: #3ACD60;
}
.TagClassName
{
border-color: #3ACD60;
}
</style>