Shades of Emerald #5FC17F
Tints of Emerald #5FC17F
RGB
CMYK
RGB Variations
Color information
#5FC17F (or 0x5FC17F) is known color: Emerald. HEX triplet: 5F, C1 and 7F. RGB value is (95,193,127). Sum of RGB (Red+Green+Blue) = 95+193+127=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC17F is #A03E80. Grayscale: #9C9C9C. Windows color (decimal): -10501761 or 8372575. OLE color: 8372575.
HSL color Cylindrical-coordinate representation of color #5FC17F: hue angle of 139.59º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC17F is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 127 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.24 |
| HSL | 139.59º | 0.44% | 0.56% | - |
| HSV(B) | 139.59º | 0.51% | 0.76% | - |
| XYZ | 27.62 | 42.11 | 26.75 | - |
| YUV | 156.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 127 | 0.51 | 0 | 0.34 | 0.24 | 139.59 | 0.44 | 0.56 |
| Hex | 5F | C1 | 7F | 33 | 0 | 22 | 18 | 8C | 2C | 38 |
| Octal | 137 | 301 | 177 | 63 | 0 | 42 | 30 | 214 | 54 | 70 |
| Binary | 1011111 | 11000001 | 1111111 | 110011 | 0 | 100010 | 11000 | 10001100 | 101100 | 111000 |
Color Harmonies of #5FC17F
Complementary color
Monochromatic Colors of #5FC17F
Black with #5FC17F
Text Example
Text Example
White with #5FC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC17F; }
p { color: rgb(95,193,127); }
H1.HeaderClassName
{
color: #5FC17F;
}
.AnyTagClassName
{
color: #5FC17F;
}
</style>
background-color css
<style>
a { background-color: #5FC17F; }
a { background-color: rgb(95,193,127); }
div.DivClassName
{
background-color: #5FC17F;
}
.BgClassName
{
background-color: #5FC17F;
}
</style>
border-color css
<style>
span { border-color: #5FC17F; }
span { border-color: rgb(95,193,127); }
td.TdClassName
{
border-color: #5FC17F;
}
.TagClassName
{
border-color: #5FC17F;
}
</style>