Shades of Emerald #60DF82
Tints of Emerald #60DF82
RGB
CMYK
RGB Variations
Color information
#60DF82 (or 0x60DF82) is known color: Emerald. HEX triplet: 60, DF and 82. RGB value is (96,223,130). Sum of RGB (Red+Green+Blue) = 96+223+130=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DF82 is #9F207D. Grayscale: #AEAEAE. Windows color (decimal): -10428542 or 8576864. OLE color: 8576864.
HSL color Cylindrical-coordinate representation of color #60DF82: hue angle of 136.06º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DF82 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 130 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.13 |
| HSL | 136.06º | 0.66% | 0.63% | - |
| HSV(B) | 136.06º | 0.57% | 0.87% | - |
| XYZ | 35.24 | 56.87 | 30.24 | - |
| YUV | 174.43 | 102.92 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 130 | 0.57 | 0 | 0.42 | 0.13 | 136.06 | 0.66 | 0.63 |
| Hex | 60 | DF | 82 | 39 | 0 | 2A | D | 88 | 42 | 3F |
| Octal | 140 | 337 | 202 | 71 | 0 | 52 | 15 | 210 | 102 | 77 |
| Binary | 1100000 | 11011111 | 10000010 | 111001 | 0 | 101010 | 1101 | 10001000 | 1000010 | 111111 |
Color Harmonies of #60DF82
Complementary color
Monochromatic Colors of #60DF82
Black with #60DF82
Text Example
Text Example
White with #60DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF82; }
p { color: rgb(96,223,130); }
H1.HeaderClassName
{
color: #60DF82;
}
.AnyTagClassName
{
color: #60DF82;
}
</style>
background-color css
<style>
a { background-color: #60DF82; }
a { background-color: rgb(96,223,130); }
div.DivClassName
{
background-color: #60DF82;
}
.BgClassName
{
background-color: #60DF82;
}
</style>
border-color css
<style>
span { border-color: #60DF82; }
span { border-color: rgb(96,223,130); }
td.TdClassName
{
border-color: #60DF82;
}
.TagClassName
{
border-color: #60DF82;
}
</style>