Shades of Emerald #60DA85
Tints of Emerald #60DA85
RGB
CMYK
RGB Variations
Color information
#60DA85 (or 0x60DA85) is known color: Emerald. HEX triplet: 60, DA and 85. RGB value is (96,218,133). Sum of RGB (Red+Green+Blue) = 96+218+133=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DA85 is #9F257A. Grayscale: #ACACAC. Windows color (decimal): -10429819 or 8772192. OLE color: 8772192.
HSL color Cylindrical-coordinate representation of color #60DA85: hue angle of 138.2º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA85 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 133 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.15 |
| HSL | 138.2º | 0.62% | 0.62% | - |
| HSV(B) | 138.2º | 0.56% | 0.85% | - |
| XYZ | 34.13 | 54.32 | 30.88 | - |
| YUV | 171.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 133 | 0.56 | 0 | 0.39 | 0.15 | 138.2 | 0.62 | 0.62 |
| Hex | 60 | DA | 85 | 38 | 0 | 27 | F | 8A | 3E | 3E |
| Octal | 140 | 332 | 205 | 70 | 0 | 47 | 17 | 212 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10000101 | 111000 | 0 | 100111 | 1111 | 10001010 | 111110 | 111110 |
Color Harmonies of #60DA85
Complementary color
Monochromatic Colors of #60DA85
Black with #60DA85
Text Example
Text Example
White with #60DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA85; }
p { color: rgb(96,218,133); }
H1.HeaderClassName
{
color: #60DA85;
}
.AnyTagClassName
{
color: #60DA85;
}
</style>
background-color css
<style>
a { background-color: #60DA85; }
a { background-color: rgb(96,218,133); }
div.DivClassName
{
background-color: #60DA85;
}
.BgClassName
{
background-color: #60DA85;
}
</style>
border-color css
<style>
span { border-color: #60DA85; }
span { border-color: rgb(96,218,133); }
td.TdClassName
{
border-color: #60DA85;
}
.TagClassName
{
border-color: #60DA85;
}
</style>