Shades of Emerald #60EA8D
Tints of Emerald #60EA8D
RGB
CMYK
RGB Variations
Color information
#60EA8D (or 0x60EA8D) is known color: Emerald. HEX triplet: 60, EA and 8D. RGB value is (96,234,141). Sum of RGB (Red+Green+Blue) = 96+234+141=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #60EA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EA8D is #9F1572. Grayscale: #B6B6B6. Windows color (decimal): -10425715 or 9300576. OLE color: 9300576.
HSL color Cylindrical-coordinate representation of color #60EA8D: hue angle of 139.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EA8D is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 141 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.08 |
| HSL | 139.57º | 0.77% | 0.65% | - |
| HSV(B) | 139.57º | 0.59% | 0.92% | - |
| XYZ | 39.05 | 63.26 | 35.35 | - |
| YUV | 182.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 141 | 0.59 | 0 | 0.40 | 0.08 | 139.57 | 0.77 | 0.65 |
| Hex | 60 | EA | 8D | 3B | 0 | 28 | 8 | 8C | 4D | 41 |
| Octal | 140 | 352 | 215 | 73 | 0 | 50 | 10 | 214 | 115 | 101 |
| Binary | 1100000 | 11101010 | 10001101 | 111011 | 0 | 101000 | 1000 | 10001100 | 1001101 | 1000001 |
Color Harmonies of #60EA8D
Complementary color
Monochromatic Colors of #60EA8D
Black with #60EA8D
Text Example
Text Example
White with #60EA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EA8D; }
p { color: rgb(96,234,141); }
H1.HeaderClassName
{
color: #60EA8D;
}
.AnyTagClassName
{
color: #60EA8D;
}
</style>
background-color css
<style>
a { background-color: #60EA8D; }
a { background-color: rgb(96,234,141); }
div.DivClassName
{
background-color: #60EA8D;
}
.BgClassName
{
background-color: #60EA8D;
}
</style>
border-color css
<style>
span { border-color: #60EA8D; }
span { border-color: rgb(96,234,141); }
td.TdClassName
{
border-color: #60EA8D;
}
.TagClassName
{
border-color: #60EA8D;
}
</style>