Shades of Emerald #3CDA5F
Tints of Emerald #3CDA5F
RGB
CMYK
RGB Variations
Color information
#3CDA5F (or 0x3CDA5F) is known color: Emerald. HEX triplet: 3C, DA and 5F. RGB value is (60,218,95). Sum of RGB (Red+Green+Blue) = 60+218+95=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA5F is #C325A0. Grayscale: #9D9D9D. Windows color (decimal): -12789153 or 6281788. OLE color: 6281788.
HSL color Cylindrical-coordinate representation of color #3CDA5F: hue angle of 133.29º 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 #3CDA5F is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 95 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.15 |
| HSL | 133.29º | 0.68% | 0.55% | - |
| HSV(B) | 133.29º | 0.72% | 0.85% | - |
| XYZ | 29 | 51.93 | 19.32 | - |
| YUV | 156.74 | 93.15 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 95 | 0.72 | 0 | 0.56 | 0.15 | 133.29 | 0.68 | 0.55 |
| Hex | 3C | DA | 5F | 48 | 0 | 38 | F | 85 | 44 | 37 |
| Octal | 74 | 332 | 137 | 110 | 0 | 70 | 17 | 205 | 104 | 67 |
| Binary | 111100 | 11011010 | 1011111 | 1001000 | 0 | 111000 | 1111 | 10000101 | 1000100 | 110111 |
Color Harmonies of #3CDA5F
Complementary color
Monochromatic Colors of #3CDA5F
Black with #3CDA5F
Text Example
Text Example
White with #3CDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA5F; }
p { color: rgb(60,218,95); }
H1.HeaderClassName
{
color: #3CDA5F;
}
.AnyTagClassName
{
color: #3CDA5F;
}
</style>
background-color css
<style>
a { background-color: #3CDA5F; }
a { background-color: rgb(60,218,95); }
div.DivClassName
{
background-color: #3CDA5F;
}
.BgClassName
{
background-color: #3CDA5F;
}
</style>
border-color css
<style>
span { border-color: #3CDA5F; }
span { border-color: rgb(60,218,95); }
td.TdClassName
{
border-color: #3CDA5F;
}
.TagClassName
{
border-color: #3CDA5F;
}
</style>