Shades of Emerald #3CDD59
Tints of Emerald #3CDD59
RGB
CMYK
RGB Variations
Color information
#3CDD59 (or 0x3CDD59) is known color: Emerald. HEX triplet: 3C, DD and 59. RGB value is (60,221,89). Sum of RGB (Red+Green+Blue) = 60+221+89=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD59 is #C322A6. Grayscale: #9E9E9E. Windows color (decimal): -12788391 or 5889340. OLE color: 5889340.
HSL color Cylindrical-coordinate representation of color #3CDD59: hue angle of 130.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDD59 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 89 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.13 |
| HSL | 130.81º | 0.7% | 0.55% | - |
| HSV(B) | 130.81º | 0.73% | 0.87% | - |
| XYZ | 29.52 | 53.39 | 18.2 | - |
| YUV | 157.81 | 89.16 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 89 | 0.73 | 0 | 0.60 | 0.13 | 130.81 | 0.7 | 0.55 |
| Hex | 3C | DD | 59 | 49 | 0 | 3C | D | 83 | 46 | 37 |
| Octal | 74 | 335 | 131 | 111 | 0 | 74 | 15 | 203 | 106 | 67 |
| Binary | 111100 | 11011101 | 1011001 | 1001001 | 0 | 111100 | 1101 | 10000011 | 1000110 | 110111 |
Color Harmonies of #3CDD59
Complementary color
Monochromatic Colors of #3CDD59
Black with #3CDD59
Text Example
Text Example
White with #3CDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD59; }
p { color: rgb(60,221,89); }
H1.HeaderClassName
{
color: #3CDD59;
}
.AnyTagClassName
{
color: #3CDD59;
}
</style>
background-color css
<style>
a { background-color: #3CDD59; }
a { background-color: rgb(60,221,89); }
div.DivClassName
{
background-color: #3CDD59;
}
.BgClassName
{
background-color: #3CDD59;
}
</style>
border-color css
<style>
span { border-color: #3CDD59; }
span { border-color: rgb(60,221,89); }
td.TdClassName
{
border-color: #3CDD59;
}
.TagClassName
{
border-color: #3CDD59;
}
</style>