Shades of Emerald #3CE072
Tints of Emerald #3CE072
RGB
CMYK
RGB Variations
Color information
#3CE072 (or 0x3CE072) is known color: Emerald. HEX triplet: 3C, E0 and 72. RGB value is (60,224,114). Sum of RGB (Red+Green+Blue) = 60+224+114=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE072 is #C31F8D. Grayscale: #A2A2A2. Windows color (decimal): -12787598 or 7528508. OLE color: 7528508.
HSL color Cylindrical-coordinate representation of color #3CE072: hue angle of 139.76º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE072 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 114 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.12 |
| HSL | 139.76º | 0.73% | 0.56% | - |
| HSV(B) | 139.76º | 0.73% | 0.88% | - |
| XYZ | 31.56 | 55.49 | 24.97 | - |
| YUV | 162.42 | 100.67 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 114 | 0.73 | 0 | 0.49 | 0.12 | 139.76 | 0.73 | 0.56 |
| Hex | 3C | E0 | 72 | 49 | 0 | 31 | C | 8C | 49 | 38 |
| Octal | 74 | 340 | 162 | 111 | 0 | 61 | 14 | 214 | 111 | 70 |
| Binary | 111100 | 11100000 | 1110010 | 1001001 | 0 | 110001 | 1100 | 10001100 | 1001001 | 111000 |
Color Harmonies of #3CE072
Complementary color
Monochromatic Colors of #3CE072
Black with #3CE072
Text Example
Text Example
White with #3CE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE072; }
p { color: rgb(60,224,114); }
H1.HeaderClassName
{
color: #3CE072;
}
.AnyTagClassName
{
color: #3CE072;
}
</style>
background-color css
<style>
a { background-color: #3CE072; }
a { background-color: rgb(60,224,114); }
div.DivClassName
{
background-color: #3CE072;
}
.BgClassName
{
background-color: #3CE072;
}
</style>
border-color css
<style>
span { border-color: #3CE072; }
span { border-color: rgb(60,224,114); }
td.TdClassName
{
border-color: #3CE072;
}
.TagClassName
{
border-color: #3CE072;
}
</style>