Shades of Emerald #60BE7E
Tints of Emerald #60BE7E
RGB
CMYK
RGB Variations
Color information
#60BE7E (or 0x60BE7E) is known color: Emerald. HEX triplet: 60, BE and 7E. RGB value is (96,190,126). Sum of RGB (Red+Green+Blue) = 96+190+126=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #60BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BE7E is #9F4181. Grayscale: #9A9A9A. Windows color (decimal): -10436994 or 8306272. OLE color: 8306272.
HSL color Cylindrical-coordinate representation of color #60BE7E: hue angle of 139.15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BE7E is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 126 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.25 |
| HSL | 139.15º | 0.42% | 0.56% | - |
| HSV(B) | 139.15º | 0.49% | 0.75% | - |
| XYZ | 27 | 40.82 | 26.19 | - |
| YUV | 154.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 126 | 0.49 | 0 | 0.34 | 0.25 | 139.15 | 0.42 | 0.56 |
| Hex | 60 | BE | 7E | 31 | 0 | 22 | 19 | 8B | 2A | 38 |
| Octal | 140 | 276 | 176 | 61 | 0 | 42 | 31 | 213 | 52 | 70 |
| Binary | 1100000 | 10111110 | 1111110 | 110001 | 0 | 100010 | 11001 | 10001011 | 101010 | 111000 |
Color Harmonies of #60BE7E
Complementary color
Monochromatic Colors of #60BE7E
Black with #60BE7E
Text Example
Text Example
White with #60BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BE7E; }
p { color: rgb(96,190,126); }
H1.HeaderClassName
{
color: #60BE7E;
}
.AnyTagClassName
{
color: #60BE7E;
}
</style>
background-color css
<style>
a { background-color: #60BE7E; }
a { background-color: rgb(96,190,126); }
div.DivClassName
{
background-color: #60BE7E;
}
.BgClassName
{
background-color: #60BE7E;
}
</style>
border-color css
<style>
span { border-color: #60BE7E; }
span { border-color: rgb(96,190,126); }
td.TdClassName
{
border-color: #60BE7E;
}
.TagClassName
{
border-color: #60BE7E;
}
</style>