Shades of Emerald #60C87D
Tints of Emerald #60C87D
RGB
CMYK
RGB Variations
Color information
#60C87D (or 0x60C87D) is known color: Emerald. HEX triplet: 60, C8 and 7D. RGB value is (96,200,125). Sum of RGB (Red+Green+Blue) = 96+200+125=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #60C87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C87D is #9F3782. Grayscale: #A0A0A0. Windows color (decimal): -10434435 or 8243296. OLE color: 8243296.
HSL color Cylindrical-coordinate representation of color #60C87D: hue angle of 136.73º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C87D is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 200 | 125 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.22 |
| HSL | 136.73º | 0.49% | 0.58% | - |
| HSV(B) | 136.73º | 0.52% | 0.78% | - |
| XYZ | 29.18 | 45.28 | 26.6 | - |
| YUV | 160.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 125 | 0.52 | 0 | 0.38 | 0.22 | 136.73 | 0.49 | 0.58 |
| Hex | 60 | C8 | 7D | 34 | 0 | 26 | 16 | 89 | 31 | 3A |
| Octal | 140 | 310 | 175 | 64 | 0 | 46 | 26 | 211 | 61 | 72 |
| Binary | 1100000 | 11001000 | 1111101 | 110100 | 0 | 100110 | 10110 | 10001001 | 110001 | 111010 |
Color Harmonies of #60C87D
Complementary color
Monochromatic Colors of #60C87D
Black with #60C87D
Text Example
Text Example
White with #60C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C87D; }
p { color: rgb(96,200,125); }
H1.HeaderClassName
{
color: #60C87D;
}
.AnyTagClassName
{
color: #60C87D;
}
</style>
background-color css
<style>
a { background-color: #60C87D; }
a { background-color: rgb(96,200,125); }
div.DivClassName
{
background-color: #60C87D;
}
.BgClassName
{
background-color: #60C87D;
}
</style>
border-color css
<style>
span { border-color: #60C87D; }
span { border-color: rgb(96,200,125); }
td.TdClassName
{
border-color: #60C87D;
}
.TagClassName
{
border-color: #60C87D;
}
</style>