Shades of Emerald #60DC7D
Tints of Emerald #60DC7D
RGB
CMYK
RGB Variations
Color information
#60DC7D (or 0x60DC7D) is known color: Emerald. HEX triplet: 60, DC and 7D. RGB value is (96,220,125). Sum of RGB (Red+Green+Blue) = 96+220+125=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DC7D is #9F2382. Grayscale: #ACACAC. Windows color (decimal): -10429315 or 8248416. OLE color: 8248416.
HSL color Cylindrical-coordinate representation of color #60DC7D: hue angle of 134.03º 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 #60DC7D is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 125 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.14 |
| HSL | 134.03º | 0.64% | 0.62% | - |
| HSV(B) | 134.03º | 0.56% | 0.86% | - |
| XYZ | 34.12 | 55.15 | 28.25 | - |
| YUV | 172.09 | 101.42 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 125 | 0.56 | 0 | 0.43 | 0.14 | 134.03 | 0.64 | 0.62 |
| Hex | 60 | DC | 7D | 38 | 0 | 2B | E | 86 | 40 | 3E |
| Octal | 140 | 334 | 175 | 70 | 0 | 53 | 16 | 206 | 100 | 76 |
| Binary | 1100000 | 11011100 | 1111101 | 111000 | 0 | 101011 | 1110 | 10000110 | 1000000 | 111110 |
Color Harmonies of #60DC7D
Complementary color
Monochromatic Colors of #60DC7D
Black with #60DC7D
Text Example
Text Example
White with #60DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DC7D; }
p { color: rgb(96,220,125); }
H1.HeaderClassName
{
color: #60DC7D;
}
.AnyTagClassName
{
color: #60DC7D;
}
</style>
background-color css
<style>
a { background-color: #60DC7D; }
a { background-color: rgb(96,220,125); }
div.DivClassName
{
background-color: #60DC7D;
}
.BgClassName
{
background-color: #60DC7D;
}
</style>
border-color css
<style>
span { border-color: #60DC7D; }
span { border-color: rgb(96,220,125); }
td.TdClassName
{
border-color: #60DC7D;
}
.TagClassName
{
border-color: #60DC7D;
}
</style>