Shades of Emerald #3CDA70
Tints of Emerald #3CDA70
RGB
CMYK
RGB Variations
Color information
#3CDA70 (or 0x3CDA70) is known color: Emerald. HEX triplet: 3C, DA and 70. RGB value is (60,218,112). Sum of RGB (Red+Green+Blue) = 60+218+112=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA70 is #C3258F. Grayscale: #9E9E9E. Windows color (decimal): -12789136 or 7395900. OLE color: 7395900.
HSL color Cylindrical-coordinate representation of color #3CDA70: hue angle of 139.75º 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 #3CDA70 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 112 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.15 |
| HSL | 139.75º | 0.68% | 0.55% | - |
| HSV(B) | 139.75º | 0.72% | 0.85% | - |
| XYZ | 29.86 | 52.27 | 23.85 | - |
| YUV | 158.67 | 101.65 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 112 | 0.72 | 0 | 0.49 | 0.15 | 139.75 | 0.68 | 0.55 |
| Hex | 3C | DA | 70 | 48 | 0 | 31 | F | 8C | 44 | 37 |
| Octal | 74 | 332 | 160 | 110 | 0 | 61 | 17 | 214 | 104 | 67 |
| Binary | 111100 | 11011010 | 1110000 | 1001000 | 0 | 110001 | 1111 | 10001100 | 1000100 | 110111 |
Color Harmonies of #3CDA70
Complementary color
Monochromatic Colors of #3CDA70
Black with #3CDA70
Text Example
Text Example
White with #3CDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA70; }
p { color: rgb(60,218,112); }
H1.HeaderClassName
{
color: #3CDA70;
}
.AnyTagClassName
{
color: #3CDA70;
}
</style>
background-color css
<style>
a { background-color: #3CDA70; }
a { background-color: rgb(60,218,112); }
div.DivClassName
{
background-color: #3CDA70;
}
.BgClassName
{
background-color: #3CDA70;
}
</style>
border-color css
<style>
span { border-color: #3CDA70; }
span { border-color: rgb(60,218,112); }
td.TdClassName
{
border-color: #3CDA70;
}
.TagClassName
{
border-color: #3CDA70;
}
</style>