Shades of Emerald #3CD458
Tints of Emerald #3CD458
RGB
CMYK
RGB Variations
Color information
#3CD458 (or 0x3CD458) is known color: Emerald. HEX triplet: 3C, D4 and 58. RGB value is (60,212,88). Sum of RGB (Red+Green+Blue) = 60+212+88=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD458 is #C32BA7. Grayscale: #989898. Windows color (decimal): -12790696 or 5821500. OLE color: 5821500.
HSL color Cylindrical-coordinate representation of color #3CD458: hue angle of 131.05º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD458 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 212 | 88 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.17 |
| HSL | 131.05º | 0.64% | 0.53% | - |
| HSV(B) | 131.05º | 0.72% | 0.83% | - |
| XYZ | 27.17 | 48.75 | 17.21 | - |
| YUV | 152.42 | 91.64 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 212 | 88 | 0.72 | 0 | 0.58 | 0.17 | 131.05 | 0.64 | 0.53 |
| Hex | 3C | D4 | 58 | 48 | 0 | 3A | 11 | 83 | 40 | 35 |
| Octal | 74 | 324 | 130 | 110 | 0 | 72 | 21 | 203 | 100 | 65 |
| Binary | 111100 | 11010100 | 1011000 | 1001000 | 0 | 111010 | 10001 | 10000011 | 1000000 | 110101 |
Color Harmonies of #3CD458
Complementary color
Monochromatic Colors of #3CD458
Black with #3CD458
Text Example
Text Example
White with #3CD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD458; }
p { color: rgb(60,212,88); }
H1.HeaderClassName
{
color: #3CD458;
}
.AnyTagClassName
{
color: #3CD458;
}
</style>
background-color css
<style>
a { background-color: #3CD458; }
a { background-color: rgb(60,212,88); }
div.DivClassName
{
background-color: #3CD458;
}
.BgClassName
{
background-color: #3CD458;
}
</style>
border-color css
<style>
span { border-color: #3CD458; }
span { border-color: rgb(60,212,88); }
td.TdClassName
{
border-color: #3CD458;
}
.TagClassName
{
border-color: #3CD458;
}
</style>