Shades of Emerald #60D680
Tints of Emerald #60D680
RGB
CMYK
RGB Variations
Color information
#60D680 (or 0x60D680) is known color: Emerald. HEX triplet: 60, D6 and 80. RGB value is (96,214,128). Sum of RGB (Red+Green+Blue) = 96+214+128=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #60D680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D680 is #9F297F. Grayscale: #A9A9A9. Windows color (decimal): -10430848 or 8443488. OLE color: 8443488.
HSL color Cylindrical-coordinate representation of color #60D680: hue angle of 136.27º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D680 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 128 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.16 |
| HSL | 136.27º | 0.59% | 0.61% | - |
| HSV(B) | 136.27º | 0.55% | 0.84% | - |
| XYZ | 32.77 | 52.14 | 28.76 | - |
| YUV | 168.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 128 | 0.55 | 0 | 0.40 | 0.16 | 136.27 | 0.59 | 0.61 |
| Hex | 60 | D6 | 80 | 37 | 0 | 28 | 10 | 88 | 3B | 3D |
| Octal | 140 | 326 | 200 | 67 | 0 | 50 | 20 | 210 | 73 | 75 |
| Binary | 1100000 | 11010110 | 10000000 | 110111 | 0 | 101000 | 10000 | 10001000 | 111011 | 111101 |
Color Harmonies of #60D680
Complementary color
Monochromatic Colors of #60D680
Black with #60D680
Text Example
Text Example
White with #60D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D680; }
p { color: rgb(96,214,128); }
H1.HeaderClassName
{
color: #60D680;
}
.AnyTagClassName
{
color: #60D680;
}
</style>
background-color css
<style>
a { background-color: #60D680; }
a { background-color: rgb(96,214,128); }
div.DivClassName
{
background-color: #60D680;
}
.BgClassName
{
background-color: #60D680;
}
</style>
border-color css
<style>
span { border-color: #60D680; }
span { border-color: rgb(96,214,128); }
td.TdClassName
{
border-color: #60D680;
}
.TagClassName
{
border-color: #60D680;
}
</style>