Shades of Emerald #60C381
Tints of Emerald #60C381
RGB
CMYK
RGB Variations
Color information
#60C381 (or 0x60C381) is known color: Emerald. HEX triplet: 60, C3 and 81. RGB value is (96,195,129). Sum of RGB (Red+Green+Blue) = 96+195+129=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #60C381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C381 is #9F3C7E. Grayscale: #9E9E9E. Windows color (decimal): -10435711 or 8504160. OLE color: 8504160.
HSL color Cylindrical-coordinate representation of color #60C381: hue angle of 140º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C381 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 129 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.24 |
| HSL | 140º | 0.45% | 0.57% | - |
| HSV(B) | 140º | 0.51% | 0.76% | - |
| XYZ | 28.3 | 43.1 | 27.6 | - |
| YUV | 157.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 129 | 0.51 | 0 | 0.34 | 0.24 | 140 | 0.45 | 0.57 |
| Hex | 60 | C3 | 81 | 33 | 0 | 22 | 18 | 8C | 2D | 39 |
| Octal | 140 | 303 | 201 | 63 | 0 | 42 | 30 | 214 | 55 | 71 |
| Binary | 1100000 | 11000011 | 10000001 | 110011 | 0 | 100010 | 11000 | 10001100 | 101101 | 111001 |
Color Harmonies of #60C381
Complementary color
Monochromatic Colors of #60C381
Black with #60C381
Text Example
Text Example
White with #60C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C381; }
p { color: rgb(96,195,129); }
H1.HeaderClassName
{
color: #60C381;
}
.AnyTagClassName
{
color: #60C381;
}
</style>
background-color css
<style>
a { background-color: #60C381; }
a { background-color: rgb(96,195,129); }
div.DivClassName
{
background-color: #60C381;
}
.BgClassName
{
background-color: #60C381;
}
</style>
border-color css
<style>
span { border-color: #60C381; }
span { border-color: rgb(96,195,129); }
td.TdClassName
{
border-color: #60C381;
}
.TagClassName
{
border-color: #60C381;
}
</style>