Shades of Emerald #60C97A
Tints of Emerald #60C97A
RGB
CMYK
RGB Variations
Color information
#60C97A (or 0x60C97A) is known color: Emerald. HEX triplet: 60, C9 and 7A. RGB value is (96,201,122). Sum of RGB (Red+Green+Blue) = 96+201+122=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #60C97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C97A is #9F3685. Grayscale: #A0A0A0. Windows color (decimal): -10434182 or 8046944. OLE color: 8046944.
HSL color Cylindrical-coordinate representation of color #60C97A: hue angle of 134.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C97A is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 122 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.21 |
| HSL | 134.86º | 0.49% | 0.58% | - |
| HSV(B) | 134.86º | 0.52% | 0.79% | - |
| XYZ | 29.22 | 45.67 | 25.69 | - |
| YUV | 160.6 | 106.21 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 122 | 0.52 | 0 | 0.39 | 0.21 | 134.86 | 0.49 | 0.58 |
| Hex | 60 | C9 | 7A | 34 | 0 | 27 | 15 | 87 | 31 | 3A |
| Octal | 140 | 311 | 172 | 64 | 0 | 47 | 25 | 207 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1111010 | 110100 | 0 | 100111 | 10101 | 10000111 | 110001 | 111010 |
Color Harmonies of #60C97A
Complementary color
Monochromatic Colors of #60C97A
Black with #60C97A
Text Example
Text Example
White with #60C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C97A; }
p { color: rgb(96,201,122); }
H1.HeaderClassName
{
color: #60C97A;
}
.AnyTagClassName
{
color: #60C97A;
}
</style>
background-color css
<style>
a { background-color: #60C97A; }
a { background-color: rgb(96,201,122); }
div.DivClassName
{
background-color: #60C97A;
}
.BgClassName
{
background-color: #60C97A;
}
</style>
border-color css
<style>
span { border-color: #60C97A; }
span { border-color: rgb(96,201,122); }
td.TdClassName
{
border-color: #60C97A;
}
.TagClassName
{
border-color: #60C97A;
}
</style>