Shades of Emerald #60BC7D
Tints of Emerald #60BC7D
RGB
CMYK
RGB Variations
Color information
#60BC7D (or 0x60BC7D) is known color: Emerald. HEX triplet: 60, BC and 7D. RGB value is (96,188,125). Sum of RGB (Red+Green+Blue) = 96+188+125=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC7D is #9F4382. Grayscale: #999999. Windows color (decimal): -10437507 or 8240224. OLE color: 8240224.
HSL color Cylindrical-coordinate representation of color #60BC7D: hue angle of 138.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC7D is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 125 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.26 |
| HSL | 138.91º | 0.41% | 0.56% | - |
| HSV(B) | 138.91º | 0.49% | 0.74% | - |
| XYZ | 26.51 | 39.93 | 25.71 | - |
| YUV | 153.31 | 112.02 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 125 | 0.49 | 0 | 0.34 | 0.26 | 138.91 | 0.41 | 0.56 |
| Hex | 60 | BC | 7D | 31 | 0 | 22 | 1A | 8B | 29 | 38 |
| Octal | 140 | 274 | 175 | 61 | 0 | 42 | 32 | 213 | 51 | 70 |
| Binary | 1100000 | 10111100 | 1111101 | 110001 | 0 | 100010 | 11010 | 10001011 | 101001 | 111000 |
Color Harmonies of #60BC7D
Complementary color
Monochromatic Colors of #60BC7D
Black with #60BC7D
Text Example
Text Example
White with #60BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC7D; }
p { color: rgb(96,188,125); }
H1.HeaderClassName
{
color: #60BC7D;
}
.AnyTagClassName
{
color: #60BC7D;
}
</style>
background-color css
<style>
a { background-color: #60BC7D; }
a { background-color: rgb(96,188,125); }
div.DivClassName
{
background-color: #60BC7D;
}
.BgClassName
{
background-color: #60BC7D;
}
</style>
border-color css
<style>
span { border-color: #60BC7D; }
span { border-color: rgb(96,188,125); }
td.TdClassName
{
border-color: #60BC7D;
}
.TagClassName
{
border-color: #60BC7D;
}
</style>