Shades of Emerald #3CE474
Tints of Emerald #3CE474
RGB
CMYK
RGB Variations
Color information
#3CE474 (or 0x3CE474) is known color: Emerald. HEX triplet: 3C, E4 and 74. RGB value is (60,228,116). Sum of RGB (Red+Green+Blue) = 60+228+116=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 228 (89.45% from 255 or 56.44% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE474 is #C31B8B. Grayscale: #A5A5A5. Windows color (decimal): -12786572 or 7660604. OLE color: 7660604.
HSL color Cylindrical-coordinate representation of color #3CE474: hue angle of 140º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE474 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 116 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.11 |
| HSL | 140º | 0.76% | 0.56% | - |
| HSV(B) | 140º | 0.74% | 0.89% | - |
| XYZ | 32.76 | 57.71 | 25.94 | - |
| YUV | 165 | 100.34 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 116 | 0.74 | 0 | 0.49 | 0.11 | 140 | 0.76 | 0.56 |
| Hex | 3C | E4 | 74 | 4A | 0 | 31 | B | 8C | 4C | 38 |
| Octal | 74 | 344 | 164 | 112 | 0 | 61 | 13 | 214 | 114 | 70 |
| Binary | 111100 | 11100100 | 1110100 | 1001010 | 0 | 110001 | 1011 | 10001100 | 1001100 | 111000 |
Color Harmonies of #3CE474
Complementary color
Monochromatic Colors of #3CE474
Black with #3CE474
Text Example
Text Example
White with #3CE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE474; }
p { color: rgb(60,228,116); }
H1.HeaderClassName
{
color: #3CE474;
}
.AnyTagClassName
{
color: #3CE474;
}
</style>
background-color css
<style>
a { background-color: #3CE474; }
a { background-color: rgb(60,228,116); }
div.DivClassName
{
background-color: #3CE474;
}
.BgClassName
{
background-color: #3CE474;
}
</style>
border-color css
<style>
span { border-color: #3CE474; }
span { border-color: rgb(60,228,116); }
td.TdClassName
{
border-color: #3CE474;
}
.TagClassName
{
border-color: #3CE474;
}
</style>