Shades of Emerald #5FCA80
Tints of Emerald #5FCA80
RGB
CMYK
RGB Variations
Color information
#5FCA80 (or 0x5FCA80) is known color: Emerald. HEX triplet: 5F, CA and 80. RGB value is (95,202,128). Sum of RGB (Red+Green+Blue) = 95+202+128=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCA80 is #A0357F. Grayscale: #A1A1A1. Windows color (decimal): -10499456 or 8440415. OLE color: 8440415.
HSL color Cylindrical-coordinate representation of color #5FCA80: hue angle of 138.5º 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 #5FCA80 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 128 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.21 |
| HSL | 138.5º | 0.5% | 0.58% | - |
| HSV(B) | 138.5º | 0.53% | 0.79% | - |
| XYZ | 29.74 | 46.23 | 27.78 | - |
| YUV | 161.57 | 109.05 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 128 | 0.53 | 0 | 0.37 | 0.21 | 138.5 | 0.5 | 0.58 |
| Hex | 5F | CA | 80 | 35 | 0 | 25 | 15 | 8B | 32 | 3A |
| Octal | 137 | 312 | 200 | 65 | 0 | 45 | 25 | 213 | 62 | 72 |
| Binary | 1011111 | 11001010 | 10000000 | 110101 | 0 | 100101 | 10101 | 10001011 | 110010 | 111010 |
Color Harmonies of #5FCA80
Complementary color
Monochromatic Colors of #5FCA80
Black with #5FCA80
Text Example
Text Example
White with #5FCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA80; }
p { color: rgb(95,202,128); }
H1.HeaderClassName
{
color: #5FCA80;
}
.AnyTagClassName
{
color: #5FCA80;
}
</style>
background-color css
<style>
a { background-color: #5FCA80; }
a { background-color: rgb(95,202,128); }
div.DivClassName
{
background-color: #5FCA80;
}
.BgClassName
{
background-color: #5FCA80;
}
</style>
border-color css
<style>
span { border-color: #5FCA80; }
span { border-color: rgb(95,202,128); }
td.TdClassName
{
border-color: #5FCA80;
}
.TagClassName
{
border-color: #5FCA80;
}
</style>