Shades of Emerald #5FCA7F
Tints of Emerald #5FCA7F
RGB
CMYK
RGB Variations
Color information
#5FCA7F (or 0x5FCA7F) is known color: Emerald. HEX triplet: 5F, CA and 7F. RGB value is (95,202,127). Sum of RGB (Red+Green+Blue) = 95+202+127=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA7F is #A03580. Grayscale: #A1A1A1. Windows color (decimal): -10499457 or 8374879. OLE color: 8374879.
HSL color Cylindrical-coordinate representation of color #5FCA7F: hue angle of 137.94º 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 #5FCA7F is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 127 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.21 |
| HSL | 137.94º | 0.5% | 0.58% | - |
| HSV(B) | 137.94º | 0.53% | 0.79% | - |
| XYZ | 29.67 | 46.21 | 27.43 | - |
| YUV | 161.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 127 | 0.53 | 0 | 0.37 | 0.21 | 137.94 | 0.5 | 0.58 |
| Hex | 5F | CA | 7F | 35 | 0 | 25 | 15 | 8A | 32 | 3A |
| Octal | 137 | 312 | 177 | 65 | 0 | 45 | 25 | 212 | 62 | 72 |
| Binary | 1011111 | 11001010 | 1111111 | 110101 | 0 | 100101 | 10101 | 10001010 | 110010 | 111010 |
Color Harmonies of #5FCA7F
Complementary color
Monochromatic Colors of #5FCA7F
Black with #5FCA7F
Text Example
Text Example
White with #5FCA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA7F; }
p { color: rgb(95,202,127); }
H1.HeaderClassName
{
color: #5FCA7F;
}
.AnyTagClassName
{
color: #5FCA7F;
}
</style>
background-color css
<style>
a { background-color: #5FCA7F; }
a { background-color: rgb(95,202,127); }
div.DivClassName
{
background-color: #5FCA7F;
}
.BgClassName
{
background-color: #5FCA7F;
}
</style>
border-color css
<style>
span { border-color: #5FCA7F; }
span { border-color: rgb(95,202,127); }
td.TdClassName
{
border-color: #5FCA7F;
}
.TagClassName
{
border-color: #5FCA7F;
}
</style>