Shades of Emerald #60BF7E
Tints of Emerald #60BF7E
RGB
CMYK
RGB Variations
Color information
#60BF7E (or 0x60BF7E) is known color: Emerald. HEX triplet: 60, BF and 7E. RGB value is (96,191,126). Sum of RGB (Red+Green+Blue) = 96+191+126=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF7E is #9F4081. Grayscale: #9B9B9B. Windows color (decimal): -10436738 or 8306528. OLE color: 8306528.
HSL color Cylindrical-coordinate representation of color #60BF7E: hue angle of 138.95º 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 #60BF7E is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 126 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.25 |
| HSL | 138.95º | 0.43% | 0.56% | - |
| HSV(B) | 138.95º | 0.5% | 0.75% | - |
| XYZ | 27.22 | 41.25 | 26.27 | - |
| YUV | 155.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 126 | 0.50 | 0 | 0.34 | 0.25 | 138.95 | 0.43 | 0.56 |
| Hex | 60 | BF | 7E | 32 | 0 | 22 | 19 | 8B | 2B | 38 |
| Octal | 140 | 277 | 176 | 62 | 0 | 42 | 31 | 213 | 53 | 70 |
| Binary | 1100000 | 10111111 | 1111110 | 110010 | 0 | 100010 | 11001 | 10001011 | 101011 | 111000 |
Color Harmonies of #60BF7E
Complementary color
Monochromatic Colors of #60BF7E
Black with #60BF7E
Text Example
Text Example
White with #60BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF7E; }
p { color: rgb(96,191,126); }
H1.HeaderClassName
{
color: #60BF7E;
}
.AnyTagClassName
{
color: #60BF7E;
}
</style>
background-color css
<style>
a { background-color: #60BF7E; }
a { background-color: rgb(96,191,126); }
div.DivClassName
{
background-color: #60BF7E;
}
.BgClassName
{
background-color: #60BF7E;
}
</style>
border-color css
<style>
span { border-color: #60BF7E; }
span { border-color: rgb(96,191,126); }
td.TdClassName
{
border-color: #60BF7E;
}
.TagClassName
{
border-color: #60BF7E;
}
</style>