Shades of Emerald #60DC8A
Tints of Emerald #60DC8A
RGB
CMYK
RGB Variations
Color information
#60DC8A (or 0x60DC8A) is known color: Emerald. HEX triplet: 60, DC and 8A. RGB value is (96,220,138). Sum of RGB (Red+Green+Blue) = 96+220+138=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DC8A is #9F2375. Grayscale: #ADADAD. Windows color (decimal): -10429302 or 9100384. OLE color: 9100384.
HSL color Cylindrical-coordinate representation of color #60DC8A: hue angle of 140.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DC8A is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 138 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.14 |
| HSL | 140.32º | 0.64% | 0.62% | - |
| HSV(B) | 140.32º | 0.56% | 0.86% | - |
| XYZ | 35 | 55.51 | 32.91 | - |
| YUV | 173.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 138 | 0.56 | 0 | 0.37 | 0.14 | 140.32 | 0.64 | 0.62 |
| Hex | 60 | DC | 8A | 38 | 0 | 25 | E | 8C | 40 | 3E |
| Octal | 140 | 334 | 212 | 70 | 0 | 45 | 16 | 214 | 100 | 76 |
| Binary | 1100000 | 11011100 | 10001010 | 111000 | 0 | 100101 | 1110 | 10001100 | 1000000 | 111110 |
Color Harmonies of #60DC8A
Complementary color
Monochromatic Colors of #60DC8A
Black with #60DC8A
Text Example
Text Example
White with #60DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DC8A; }
p { color: rgb(96,220,138); }
H1.HeaderClassName
{
color: #60DC8A;
}
.AnyTagClassName
{
color: #60DC8A;
}
</style>
background-color css
<style>
a { background-color: #60DC8A; }
a { background-color: rgb(96,220,138); }
div.DivClassName
{
background-color: #60DC8A;
}
.BgClassName
{
background-color: #60DC8A;
}
</style>
border-color css
<style>
span { border-color: #60DC8A; }
span { border-color: rgb(96,220,138); }
td.TdClassName
{
border-color: #60DC8A;
}
.TagClassName
{
border-color: #60DC8A;
}
</style>