Shades of Emerald #60DF86
Tints of Emerald #60DF86
RGB
CMYK
RGB Variations
Color information
#60DF86 (or 0x60DF86) is known color: Emerald. HEX triplet: 60, DF and 86. RGB value is (96,223,134). Sum of RGB (Red+Green+Blue) = 96+223+134=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DF86 is #9F2079. Grayscale: #AFAFAF. Windows color (decimal): -10428538 or 8839008. OLE color: 8839008.
HSL color Cylindrical-coordinate representation of color #60DF86: hue angle of 137.95º 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 #60DF86 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 134 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.13 |
| HSL | 137.95º | 0.66% | 0.63% | - |
| HSV(B) | 137.95º | 0.57% | 0.87% | - |
| XYZ | 35.51 | 56.98 | 31.68 | - |
| YUV | 174.88 | 104.92 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 134 | 0.57 | 0 | 0.40 | 0.13 | 137.95 | 0.66 | 0.63 |
| Hex | 60 | DF | 86 | 39 | 0 | 28 | D | 8A | 42 | 3F |
| Octal | 140 | 337 | 206 | 71 | 0 | 50 | 15 | 212 | 102 | 77 |
| Binary | 1100000 | 11011111 | 10000110 | 111001 | 0 | 101000 | 1101 | 10001010 | 1000010 | 111111 |
Color Harmonies of #60DF86
Complementary color
Monochromatic Colors of #60DF86
Black with #60DF86
Text Example
Text Example
White with #60DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF86; }
p { color: rgb(96,223,134); }
H1.HeaderClassName
{
color: #60DF86;
}
.AnyTagClassName
{
color: #60DF86;
}
</style>
background-color css
<style>
a { background-color: #60DF86; }
a { background-color: rgb(96,223,134); }
div.DivClassName
{
background-color: #60DF86;
}
.BgClassName
{
background-color: #60DF86;
}
</style>
border-color css
<style>
span { border-color: #60DF86; }
span { border-color: rgb(96,223,134); }
td.TdClassName
{
border-color: #60DF86;
}
.TagClassName
{
border-color: #60DF86;
}
</style>