Shades of Emerald #60D082
Tints of Emerald #60D082
RGB
CMYK
RGB Variations
Color information
#60D082 (or 0x60D082) is known color: Emerald. HEX triplet: 60, D0 and 82. RGB value is (96,208,130). Sum of RGB (Red+Green+Blue) = 96+208+130=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #60D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D082 is #9F2F7D. Grayscale: #A5A5A5. Windows color (decimal): -10432382 or 8573024. OLE color: 8573024.
HSL color Cylindrical-coordinate representation of color #60D082: hue angle of 138.21º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D082 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 130 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.18 |
| HSL | 138.21º | 0.54% | 0.6% | - |
| HSV(B) | 138.21º | 0.54% | 0.82% | - |
| XYZ | 31.41 | 49.21 | 28.96 | - |
| YUV | 165.62 | 107.89 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 130 | 0.54 | 0 | 0.38 | 0.18 | 138.21 | 0.54 | 0.6 |
| Hex | 60 | D0 | 82 | 36 | 0 | 26 | 12 | 8A | 36 | 3C |
| Octal | 140 | 320 | 202 | 66 | 0 | 46 | 22 | 212 | 66 | 74 |
| Binary | 1100000 | 11010000 | 10000010 | 110110 | 0 | 100110 | 10010 | 10001010 | 110110 | 111100 |
Color Harmonies of #60D082
Complementary color
Monochromatic Colors of #60D082
Black with #60D082
Text Example
Text Example
White with #60D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D082; }
p { color: rgb(96,208,130); }
H1.HeaderClassName
{
color: #60D082;
}
.AnyTagClassName
{
color: #60D082;
}
</style>
background-color css
<style>
a { background-color: #60D082; }
a { background-color: rgb(96,208,130); }
div.DivClassName
{
background-color: #60D082;
}
.BgClassName
{
background-color: #60D082;
}
</style>
border-color css
<style>
span { border-color: #60D082; }
span { border-color: rgb(96,208,130); }
td.TdClassName
{
border-color: #60D082;
}
.TagClassName
{
border-color: #60D082;
}
</style>