Shades of Emerald #60BF7D
Tints of Emerald #60BF7D
RGB
CMYK
RGB Variations
Color information
#60BF7D (or 0x60BF7D) is known color: Emerald. HEX triplet: 60, BF and 7D. RGB value is (96,191,125). Sum of RGB (Red+Green+Blue) = 96+191+125=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF7D is #9F4082. Grayscale: #9B9B9B. Windows color (decimal): -10436739 or 8240992. OLE color: 8240992.
HSL color Cylindrical-coordinate representation of color #60BF7D: hue angle of 138.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF7D is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 125 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.25 |
| HSL | 138.32º | 0.43% | 0.56% | - |
| HSV(B) | 138.32º | 0.5% | 0.75% | - |
| XYZ | 27.16 | 41.23 | 25.93 | - |
| YUV | 155.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 125 | 0.50 | 0 | 0.35 | 0.25 | 138.32 | 0.43 | 0.56 |
| Hex | 60 | BF | 7D | 32 | 0 | 23 | 19 | 8A | 2B | 38 |
| Octal | 140 | 277 | 175 | 62 | 0 | 43 | 31 | 212 | 53 | 70 |
| Binary | 1100000 | 10111111 | 1111101 | 110010 | 0 | 100011 | 11001 | 10001010 | 101011 | 111000 |
Color Harmonies of #60BF7D
Complementary color
Monochromatic Colors of #60BF7D
Black with #60BF7D
Text Example
Text Example
White with #60BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF7D; }
p { color: rgb(96,191,125); }
H1.HeaderClassName
{
color: #60BF7D;
}
.AnyTagClassName
{
color: #60BF7D;
}
</style>
background-color css
<style>
a { background-color: #60BF7D; }
a { background-color: rgb(96,191,125); }
div.DivClassName
{
background-color: #60BF7D;
}
.BgClassName
{
background-color: #60BF7D;
}
</style>
border-color css
<style>
span { border-color: #60BF7D; }
span { border-color: rgb(96,191,125); }
td.TdClassName
{
border-color: #60BF7D;
}
.TagClassName
{
border-color: #60BF7D;
}
</style>