Shades of Emerald #5FC97A
Tints of Emerald #5FC97A
RGB
CMYK
RGB Variations
Color information
#5FC97A (or 0x5FC97A) is known color: Emerald. HEX triplet: 5F, C9 and 7A. RGB value is (95,201,122). Sum of RGB (Red+Green+Blue) = 95+201+122=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC97A is #A03685. Grayscale: #A0A0A0. Windows color (decimal): -10499718 or 8046943. OLE color: 8046943.
HSL color Cylindrical-coordinate representation of color #5FC97A: hue angle of 135.28º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC97A is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 122 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.21 |
| HSL | 135.28º | 0.5% | 0.58% | - |
| HSV(B) | 135.28º | 0.53% | 0.79% | - |
| XYZ | 29.12 | 45.61 | 25.68 | - |
| YUV | 160.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 122 | 0.53 | 0 | 0.39 | 0.21 | 135.28 | 0.5 | 0.58 |
| Hex | 5F | C9 | 7A | 35 | 0 | 27 | 15 | 87 | 32 | 3A |
| Octal | 137 | 311 | 172 | 65 | 0 | 47 | 25 | 207 | 62 | 72 |
| Binary | 1011111 | 11001001 | 1111010 | 110101 | 0 | 100111 | 10101 | 10000111 | 110010 | 111010 |
Color Harmonies of #5FC97A
Complementary color
Monochromatic Colors of #5FC97A
Black with #5FC97A
Text Example
Text Example
White with #5FC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC97A; }
p { color: rgb(95,201,122); }
H1.HeaderClassName
{
color: #5FC97A;
}
.AnyTagClassName
{
color: #5FC97A;
}
</style>
background-color css
<style>
a { background-color: #5FC97A; }
a { background-color: rgb(95,201,122); }
div.DivClassName
{
background-color: #5FC97A;
}
.BgClassName
{
background-color: #5FC97A;
}
</style>
border-color css
<style>
span { border-color: #5FC97A; }
span { border-color: rgb(95,201,122); }
td.TdClassName
{
border-color: #5FC97A;
}
.TagClassName
{
border-color: #5FC97A;
}
</style>