Shades of Emerald #60DC78
Tints of Emerald #60DC78
RGB
CMYK
RGB Variations
Color information
#60DC78 (or 0x60DC78) is known color: Emerald. HEX triplet: 60, DC and 78. RGB value is (96,220,120). Sum of RGB (Red+Green+Blue) = 96+220+120=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DC78 is #9F2387. Grayscale: #ABABAB. Windows color (decimal): -10429320 or 7920736. OLE color: 7920736.
HSL color Cylindrical-coordinate representation of color #60DC78: hue angle of 131.61º 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 #60DC78 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 120 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.14 |
| HSL | 131.61º | 0.64% | 0.62% | - |
| HSV(B) | 131.61º | 0.56% | 0.86% | - |
| XYZ | 33.81 | 55.03 | 26.61 | - |
| YUV | 171.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 120 | 0.56 | 0 | 0.45 | 0.14 | 131.61 | 0.64 | 0.62 |
| Hex | 60 | DC | 78 | 38 | 0 | 2D | E | 84 | 40 | 3E |
| Octal | 140 | 334 | 170 | 70 | 0 | 55 | 16 | 204 | 100 | 76 |
| Binary | 1100000 | 11011100 | 1111000 | 111000 | 0 | 101101 | 1110 | 10000100 | 1000000 | 111110 |
Color Harmonies of #60DC78
Complementary color
Monochromatic Colors of #60DC78
Black with #60DC78
Text Example
Text Example
White with #60DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DC78; }
p { color: rgb(96,220,120); }
H1.HeaderClassName
{
color: #60DC78;
}
.AnyTagClassName
{
color: #60DC78;
}
</style>
background-color css
<style>
a { background-color: #60DC78; }
a { background-color: rgb(96,220,120); }
div.DivClassName
{
background-color: #60DC78;
}
.BgClassName
{
background-color: #60DC78;
}
</style>
border-color css
<style>
span { border-color: #60DC78; }
span { border-color: rgb(96,220,120); }
td.TdClassName
{
border-color: #60DC78;
}
.TagClassName
{
border-color: #60DC78;
}
</style>