Shades of Emerald #3CDA5B
Tints of Emerald #3CDA5B
RGB
CMYK
RGB Variations
Color information
#3CDA5B (or 0x3CDA5B) is known color: Emerald. HEX triplet: 3C, DA and 5B. RGB value is (60,218,91). Sum of RGB (Red+Green+Blue) = 60+218+91=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA5B is #C325A4. Grayscale: #9C9C9C. Windows color (decimal): -12789157 or 6019644. OLE color: 6019644.
HSL color Cylindrical-coordinate representation of color #3CDA5B: hue angle of 131.77º 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 #3CDA5B is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 91 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.15 |
| HSL | 131.77º | 0.68% | 0.55% | - |
| HSV(B) | 131.77º | 0.72% | 0.85% | - |
| XYZ | 28.82 | 51.86 | 18.39 | - |
| YUV | 156.28 | 91.15 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 91 | 0.72 | 0 | 0.58 | 0.15 | 131.77 | 0.68 | 0.55 |
| Hex | 3C | DA | 5B | 48 | 0 | 3A | F | 84 | 44 | 37 |
| Octal | 74 | 332 | 133 | 110 | 0 | 72 | 17 | 204 | 104 | 67 |
| Binary | 111100 | 11011010 | 1011011 | 1001000 | 0 | 111010 | 1111 | 10000100 | 1000100 | 110111 |
Color Harmonies of #3CDA5B
Complementary color
Monochromatic Colors of #3CDA5B
Black with #3CDA5B
Text Example
Text Example
White with #3CDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA5B; }
p { color: rgb(60,218,91); }
H1.HeaderClassName
{
color: #3CDA5B;
}
.AnyTagClassName
{
color: #3CDA5B;
}
</style>
background-color css
<style>
a { background-color: #3CDA5B; }
a { background-color: rgb(60,218,91); }
div.DivClassName
{
background-color: #3CDA5B;
}
.BgClassName
{
background-color: #3CDA5B;
}
</style>
border-color css
<style>
span { border-color: #3CDA5B; }
span { border-color: rgb(60,218,91); }
td.TdClassName
{
border-color: #3CDA5B;
}
.TagClassName
{
border-color: #3CDA5B;
}
</style>