Shades of Emerald #3CED72
Tints of Emerald #3CED72
RGB
CMYK
RGB Variations
Color information
#3CED72 (or 0x3CED72) is known color: Emerald. HEX triplet: 3C, ED and 72. RGB value is (60,237,114). Sum of RGB (Red+Green+Blue) = 60+237+114=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CED72 is #C3128D. Grayscale: #AAAAAA. Windows color (decimal): -12784270 or 7531836. OLE color: 7531836.
HSL color Cylindrical-coordinate representation of color #3CED72: hue angle of 138.31º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CED72 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 114 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.07 |
| HSL | 138.31º | 0.83% | 0.58% | - |
| HSV(B) | 138.31º | 0.75% | 0.93% | - |
| XYZ | 35.18 | 62.74 | 26.18 | - |
| YUV | 170.06 | 96.36 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 114 | 0.75 | 0 | 0.52 | 0.07 | 138.31 | 0.83 | 0.58 |
| Hex | 3C | ED | 72 | 4B | 0 | 34 | 7 | 8A | 53 | 3A |
| Octal | 74 | 355 | 162 | 113 | 0 | 64 | 7 | 212 | 123 | 72 |
| Binary | 111100 | 11101101 | 1110010 | 1001011 | 0 | 110100 | 111 | 10001010 | 1010011 | 111010 |
Color Harmonies of #3CED72
Complementary color
Monochromatic Colors of #3CED72
Black with #3CED72
Text Example
Text Example
White with #3CED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED72; }
p { color: rgb(60,237,114); }
H1.HeaderClassName
{
color: #3CED72;
}
.AnyTagClassName
{
color: #3CED72;
}
</style>
background-color css
<style>
a { background-color: #3CED72; }
a { background-color: rgb(60,237,114); }
div.DivClassName
{
background-color: #3CED72;
}
.BgClassName
{
background-color: #3CED72;
}
</style>
border-color css
<style>
span { border-color: #3CED72; }
span { border-color: rgb(60,237,114); }
td.TdClassName
{
border-color: #3CED72;
}
.TagClassName
{
border-color: #3CED72;
}
</style>