Shades of Emerald #5FCE80
Tints of Emerald #5FCE80
RGB
CMYK
RGB Variations
Color information
#5FCE80 (or 0x5FCE80) is known color: Emerald. HEX triplet: 5F, CE and 80. RGB value is (95,206,128). Sum of RGB (Red+Green+Blue) = 95+206+128=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCE80 is #A0317F. Grayscale: #A4A4A4. Windows color (decimal): -10498432 or 8441439. OLE color: 8441439.
HSL color Cylindrical-coordinate representation of color #5FCE80: hue angle of 137.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCE80 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 128 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.19 |
| HSL | 137.84º | 0.53% | 0.59% | - |
| HSV(B) | 137.84º | 0.54% | 0.81% | - |
| XYZ | 30.69 | 48.13 | 28.1 | - |
| YUV | 163.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 128 | 0.54 | 0 | 0.38 | 0.19 | 137.84 | 0.53 | 0.59 |
| Hex | 5F | CE | 80 | 36 | 0 | 26 | 13 | 8A | 35 | 3B |
| Octal | 137 | 316 | 200 | 66 | 0 | 46 | 23 | 212 | 65 | 73 |
| Binary | 1011111 | 11001110 | 10000000 | 110110 | 0 | 100110 | 10011 | 10001010 | 110101 | 111011 |
Color Harmonies of #5FCE80
Complementary color
Monochromatic Colors of #5FCE80
Black with #5FCE80
Text Example
Text Example
White with #5FCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE80; }
p { color: rgb(95,206,128); }
H1.HeaderClassName
{
color: #5FCE80;
}
.AnyTagClassName
{
color: #5FCE80;
}
</style>
background-color css
<style>
a { background-color: #5FCE80; }
a { background-color: rgb(95,206,128); }
div.DivClassName
{
background-color: #5FCE80;
}
.BgClassName
{
background-color: #5FCE80;
}
</style>
border-color css
<style>
span { border-color: #5FCE80; }
span { border-color: rgb(95,206,128); }
td.TdClassName
{
border-color: #5FCE80;
}
.TagClassName
{
border-color: #5FCE80;
}
</style>