Shades of Emerald #5FE686
Tints of Emerald #5FE686
RGB
CMYK
RGB Variations
Color information
#5FE686 (or 0x5FE686) is known color: Emerald. HEX triplet: 5F, E6 and 86. RGB value is (95,230,134). Sum of RGB (Red+Green+Blue) = 95+230+134=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE686 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE686 is #A01979. Grayscale: #B2B2B2. Windows color (decimal): -10492282 or 8840799. OLE color: 8840799.
HSL color Cylindrical-coordinate representation of color #5FE686: hue angle of 137.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE686 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 134 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.10 |
| HSL | 137.33º | 0.73% | 0.64% | - |
| HSV(B) | 137.33º | 0.59% | 0.9% | - |
| XYZ | 37.32 | 60.75 | 32.31 | - |
| YUV | 178.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 134 | 0.59 | 0 | 0.42 | 0.10 | 137.33 | 0.73 | 0.64 |
| Hex | 5F | E6 | 86 | 3B | 0 | 2A | A | 89 | 49 | 40 |
| Octal | 137 | 346 | 206 | 73 | 0 | 52 | 12 | 211 | 111 | 100 |
| Binary | 1011111 | 11100110 | 10000110 | 111011 | 0 | 101010 | 1010 | 10001001 | 1001001 | 1000000 |
Color Harmonies of #5FE686
Complementary color
Monochromatic Colors of #5FE686
Black with #5FE686
Text Example
Text Example
White with #5FE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE686; }
p { color: rgb(95,230,134); }
H1.HeaderClassName
{
color: #5FE686;
}
.AnyTagClassName
{
color: #5FE686;
}
</style>
background-color css
<style>
a { background-color: #5FE686; }
a { background-color: rgb(95,230,134); }
div.DivClassName
{
background-color: #5FE686;
}
.BgClassName
{
background-color: #5FE686;
}
</style>
border-color css
<style>
span { border-color: #5FE686; }
span { border-color: rgb(95,230,134); }
td.TdClassName
{
border-color: #5FE686;
}
.TagClassName
{
border-color: #5FE686;
}
</style>