Shades of Emerald #60DC7B
Tints of Emerald #60DC7B
RGB
CMYK
RGB Variations
Color information
#60DC7B (or 0x60DC7B) is known color: Emerald. HEX triplet: 60, DC and 7B. RGB value is (96,220,123). Sum of RGB (Red+Green+Blue) = 96+220+123=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DC7B is #9F2384. Grayscale: #ACACAC. Windows color (decimal): -10429317 or 8117344. OLE color: 8117344.
HSL color Cylindrical-coordinate representation of color #60DC7B: hue angle of 133.06º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DC7B is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 123 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.14 |
| HSL | 133.06º | 0.64% | 0.62% | - |
| HSV(B) | 133.06º | 0.56% | 0.86% | - |
| XYZ | 33.99 | 55.1 | 27.58 | - |
| YUV | 171.87 | 100.42 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 123 | 0.56 | 0 | 0.44 | 0.14 | 133.06 | 0.64 | 0.62 |
| Hex | 60 | DC | 7B | 38 | 0 | 2C | E | 85 | 40 | 3E |
| Octal | 140 | 334 | 173 | 70 | 0 | 54 | 16 | 205 | 100 | 76 |
| Binary | 1100000 | 11011100 | 1111011 | 111000 | 0 | 101100 | 1110 | 10000101 | 1000000 | 111110 |
Color Harmonies of #60DC7B
Complementary color
Monochromatic Colors of #60DC7B
Black with #60DC7B
Text Example
Text Example
White with #60DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DC7B; }
p { color: rgb(96,220,123); }
H1.HeaderClassName
{
color: #60DC7B;
}
.AnyTagClassName
{
color: #60DC7B;
}
</style>
background-color css
<style>
a { background-color: #60DC7B; }
a { background-color: rgb(96,220,123); }
div.DivClassName
{
background-color: #60DC7B;
}
.BgClassName
{
background-color: #60DC7B;
}
</style>
border-color css
<style>
span { border-color: #60DC7B; }
span { border-color: rgb(96,220,123); }
td.TdClassName
{
border-color: #60DC7B;
}
.TagClassName
{
border-color: #60DC7B;
}
</style>