Shades of Emerald #3CDA72
Tints of Emerald #3CDA72
RGB
CMYK
RGB Variations
Color information
#3CDA72 (or 0x3CDA72) is known color: Emerald. HEX triplet: 3C, DA and 72. RGB value is (60,218,114). Sum of RGB (Red+Green+Blue) = 60+218+114=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA72 is #C3258D. Grayscale: #9F9F9F. Windows color (decimal): -12789134 or 7526972. OLE color: 7526972.
HSL color Cylindrical-coordinate representation of color #3CDA72: hue angle of 140.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA72 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 114 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.15 |
| HSL | 140.51º | 0.68% | 0.55% | - |
| HSV(B) | 140.51º | 0.72% | 0.85% | - |
| XYZ | 29.97 | 52.32 | 24.44 | - |
| YUV | 158.9 | 102.65 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 114 | 0.72 | 0 | 0.48 | 0.15 | 140.51 | 0.68 | 0.55 |
| Hex | 3C | DA | 72 | 48 | 0 | 30 | F | 8D | 44 | 37 |
| Octal | 74 | 332 | 162 | 110 | 0 | 60 | 17 | 215 | 104 | 67 |
| Binary | 111100 | 11011010 | 1110010 | 1001000 | 0 | 110000 | 1111 | 10001101 | 1000100 | 110111 |
Color Harmonies of #3CDA72
Complementary color
Monochromatic Colors of #3CDA72
Black with #3CDA72
Text Example
Text Example
White with #3CDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA72; }
p { color: rgb(60,218,114); }
H1.HeaderClassName
{
color: #3CDA72;
}
.AnyTagClassName
{
color: #3CDA72;
}
</style>
background-color css
<style>
a { background-color: #3CDA72; }
a { background-color: rgb(60,218,114); }
div.DivClassName
{
background-color: #3CDA72;
}
.BgClassName
{
background-color: #3CDA72;
}
</style>
border-color css
<style>
span { border-color: #3CDA72; }
span { border-color: rgb(60,218,114); }
td.TdClassName
{
border-color: #3CDA72;
}
.TagClassName
{
border-color: #3CDA72;
}
</style>