Shades of Emerald #5FCA7D
Tints of Emerald #5FCA7D
RGB
CMYK
RGB Variations
Color information
#5FCA7D (or 0x5FCA7D) is known color: Emerald. HEX triplet: 5F, CA and 7D. RGB value is (95,202,125). Sum of RGB (Red+Green+Blue) = 95+202+125=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA7D is #A03582. Grayscale: #A1A1A1. Windows color (decimal): -10499459 or 8243807. OLE color: 8243807.
HSL color Cylindrical-coordinate representation of color #5FCA7D: hue angle of 136.82º 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 #5FCA7D is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 125 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.21 |
| HSL | 136.82º | 0.5% | 0.58% | - |
| HSV(B) | 136.82º | 0.53% | 0.79% | - |
| XYZ | 29.54 | 46.15 | 26.75 | - |
| YUV | 161.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 125 | 0.53 | 0 | 0.38 | 0.21 | 136.82 | 0.5 | 0.58 |
| Hex | 5F | CA | 7D | 35 | 0 | 26 | 15 | 89 | 32 | 3A |
| Octal | 137 | 312 | 175 | 65 | 0 | 46 | 25 | 211 | 62 | 72 |
| Binary | 1011111 | 11001010 | 1111101 | 110101 | 0 | 100110 | 10101 | 10001001 | 110010 | 111010 |
Color Harmonies of #5FCA7D
Complementary color
Monochromatic Colors of #5FCA7D
Black with #5FCA7D
Text Example
Text Example
White with #5FCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA7D; }
p { color: rgb(95,202,125); }
H1.HeaderClassName
{
color: #5FCA7D;
}
.AnyTagClassName
{
color: #5FCA7D;
}
</style>
background-color css
<style>
a { background-color: #5FCA7D; }
a { background-color: rgb(95,202,125); }
div.DivClassName
{
background-color: #5FCA7D;
}
.BgClassName
{
background-color: #5FCA7D;
}
</style>
border-color css
<style>
span { border-color: #5FCA7D; }
span { border-color: rgb(95,202,125); }
td.TdClassName
{
border-color: #5FCA7D;
}
.TagClassName
{
border-color: #5FCA7D;
}
</style>