Shades of Emerald #60D682
Tints of Emerald #60D682
RGB
CMYK
RGB Variations
Color information
#60D682 (or 0x60D682) is known color: Emerald. HEX triplet: 60, D6 and 82. RGB value is (96,214,130). Sum of RGB (Red+Green+Blue) = 96+214+130=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #60D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D682 is #9F297D. Grayscale: #A9A9A9. Windows color (decimal): -10430846 or 8574560. OLE color: 8574560.
HSL color Cylindrical-coordinate representation of color #60D682: hue angle of 137.29º 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 #60D682 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 130 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.16 |
| HSL | 137.29º | 0.59% | 0.61% | - |
| HSV(B) | 137.29º | 0.55% | 0.84% | - |
| XYZ | 32.9 | 52.19 | 29.46 | - |
| YUV | 169.14 | 105.91 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 130 | 0.55 | 0 | 0.39 | 0.16 | 137.29 | 0.59 | 0.61 |
| Hex | 60 | D6 | 82 | 37 | 0 | 27 | 10 | 89 | 3B | 3D |
| Octal | 140 | 326 | 202 | 67 | 0 | 47 | 20 | 211 | 73 | 75 |
| Binary | 1100000 | 11010110 | 10000010 | 110111 | 0 | 100111 | 10000 | 10001001 | 111011 | 111101 |
Color Harmonies of #60D682
Complementary color
Monochromatic Colors of #60D682
Black with #60D682
Text Example
Text Example
White with #60D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D682; }
p { color: rgb(96,214,130); }
H1.HeaderClassName
{
color: #60D682;
}
.AnyTagClassName
{
color: #60D682;
}
</style>
background-color css
<style>
a { background-color: #60D682; }
a { background-color: rgb(96,214,130); }
div.DivClassName
{
background-color: #60D682;
}
.BgClassName
{
background-color: #60D682;
}
</style>
border-color css
<style>
span { border-color: #60D682; }
span { border-color: rgb(96,214,130); }
td.TdClassName
{
border-color: #60D682;
}
.TagClassName
{
border-color: #60D682;
}
</style>