Shades of Emerald #3CE980
Tints of Emerald #3CE980
RGB
CMYK
RGB Variations
Color information
#3CE980 (or 0x3CE980) is known color: Emerald. HEX triplet: 3C, E9 and 80. RGB value is (60,233,128). Sum of RGB (Red+Green+Blue) = 60+233+128=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE980 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CE980 is #C3167F. Grayscale: #A9A9A9. Windows color (decimal): -12785280 or 8448316. OLE color: 8448316.
HSL color Cylindrical-coordinate representation of color #3CE980: hue angle of 143.58º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE980 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 128 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.09 |
| HSL | 143.58º | 0.8% | 0.57% | - |
| HSV(B) | 143.58º | 0.74% | 0.91% | - |
| XYZ | 34.9 | 60.8 | 30.32 | - |
| YUV | 169.3 | 104.69 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 128 | 0.74 | 0 | 0.45 | 0.09 | 143.58 | 0.8 | 0.57 |
| Hex | 3C | E9 | 80 | 4A | 0 | 2D | 9 | 90 | 50 | 39 |
| Octal | 74 | 351 | 200 | 112 | 0 | 55 | 11 | 220 | 120 | 71 |
| Binary | 111100 | 11101001 | 10000000 | 1001010 | 0 | 101101 | 1001 | 10010000 | 1010000 | 111001 |
Color Harmonies of #3CE980
Complementary color
Monochromatic Colors of #3CE980
Black with #3CE980
Text Example
Text Example
White with #3CE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE980; }
p { color: rgb(60,233,128); }
H1.HeaderClassName
{
color: #3CE980;
}
.AnyTagClassName
{
color: #3CE980;
}
</style>
background-color css
<style>
a { background-color: #3CE980; }
a { background-color: rgb(60,233,128); }
div.DivClassName
{
background-color: #3CE980;
}
.BgClassName
{
background-color: #3CE980;
}
</style>
border-color css
<style>
span { border-color: #3CE980; }
span { border-color: rgb(60,233,128); }
td.TdClassName
{
border-color: #3CE980;
}
.TagClassName
{
border-color: #3CE980;
}
</style>