Shades of Emerald #60D081
Tints of Emerald #60D081
RGB
CMYK
RGB Variations
Color information
#60D081 (or 0x60D081) is known color: Emerald. HEX triplet: 60, D0 and 81. RGB value is (96,208,129). Sum of RGB (Red+Green+Blue) = 96+208+129=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #60D081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D081 is #9F2F7E. Grayscale: #A5A5A5. Windows color (decimal): -10432383 or 8507488. OLE color: 8507488.
HSL color Cylindrical-coordinate representation of color #60D081: hue angle of 137.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D081 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 129 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.18 |
| HSL | 137.68º | 0.54% | 0.6% | - |
| HSV(B) | 137.68º | 0.54% | 0.82% | - |
| XYZ | 31.34 | 49.18 | 28.61 | - |
| YUV | 165.51 | 107.39 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 129 | 0.54 | 0 | 0.38 | 0.18 | 137.68 | 0.54 | 0.6 |
| Hex | 60 | D0 | 81 | 36 | 0 | 26 | 12 | 8A | 36 | 3C |
| Octal | 140 | 320 | 201 | 66 | 0 | 46 | 22 | 212 | 66 | 74 |
| Binary | 1100000 | 11010000 | 10000001 | 110110 | 0 | 100110 | 10010 | 10001010 | 110110 | 111100 |
Color Harmonies of #60D081
Complementary color
Monochromatic Colors of #60D081
Black with #60D081
Text Example
Text Example
White with #60D081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D081; }
p { color: rgb(96,208,129); }
H1.HeaderClassName
{
color: #60D081;
}
.AnyTagClassName
{
color: #60D081;
}
</style>
background-color css
<style>
a { background-color: #60D081; }
a { background-color: rgb(96,208,129); }
div.DivClassName
{
background-color: #60D081;
}
.BgClassName
{
background-color: #60D081;
}
</style>
border-color css
<style>
span { border-color: #60D081; }
span { border-color: rgb(96,208,129); }
td.TdClassName
{
border-color: #60D081;
}
.TagClassName
{
border-color: #60D081;
}
</style>