Shades of Emerald #60D070
Tints of Emerald #60D070
RGB
CMYK
RGB Variations
Color information
#60D070 (or 0x60D070) is known color: Emerald. HEX triplet: 60, D0 and 70. RGB value is (96,208,112). Sum of RGB (Red+Green+Blue) = 96+208+112=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #60D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D070 is #9F2F8F. Grayscale: #A3A3A3. Windows color (decimal): -10432400 or 7393376. OLE color: 7393376.
HSL color Cylindrical-coordinate representation of color #60D070: hue angle of 128.57º 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 #60D070 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 112 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.18 |
| HSL | 128.57º | 0.54% | 0.6% | - |
| HSV(B) | 128.57º | 0.54% | 0.82% | - |
| XYZ | 30.3 | 48.77 | 23.15 | - |
| YUV | 163.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 112 | 0.54 | 0 | 0.46 | 0.18 | 128.57 | 0.54 | 0.6 |
| Hex | 60 | D0 | 70 | 36 | 0 | 2E | 12 | 81 | 36 | 3C |
| Octal | 140 | 320 | 160 | 66 | 0 | 56 | 22 | 201 | 66 | 74 |
| Binary | 1100000 | 11010000 | 1110000 | 110110 | 0 | 101110 | 10010 | 10000001 | 110110 | 111100 |
Color Harmonies of #60D070
Complementary color
Monochromatic Colors of #60D070
Black with #60D070
Text Example
Text Example
White with #60D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D070; }
p { color: rgb(96,208,112); }
H1.HeaderClassName
{
color: #60D070;
}
.AnyTagClassName
{
color: #60D070;
}
</style>
background-color css
<style>
a { background-color: #60D070; }
a { background-color: rgb(96,208,112); }
div.DivClassName
{
background-color: #60D070;
}
.BgClassName
{
background-color: #60D070;
}
</style>
border-color css
<style>
span { border-color: #60D070; }
span { border-color: rgb(96,208,112); }
td.TdClassName
{
border-color: #60D070;
}
.TagClassName
{
border-color: #60D070;
}
</style>