Shades of Emerald #5FC17D
Tints of Emerald #5FC17D
RGB
CMYK
RGB Variations
Color information
#5FC17D (or 0x5FC17D) is known color: Emerald. HEX triplet: 5F, C1 and 7D. RGB value is (95,193,125). Sum of RGB (Red+Green+Blue) = 95+193+125=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC17D is #A03E82. Grayscale: #9C9C9C. Windows color (decimal): -10501763 or 8241503. OLE color: 8241503.
HSL color Cylindrical-coordinate representation of color #5FC17D: hue angle of 138.37º 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 #5FC17D is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 125 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.24 |
| HSL | 138.37º | 0.44% | 0.56% | - |
| HSV(B) | 138.37º | 0.51% | 0.76% | - |
| XYZ | 27.49 | 42.05 | 26.07 | - |
| YUV | 155.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 125 | 0.51 | 0 | 0.35 | 0.24 | 138.37 | 0.44 | 0.56 |
| Hex | 5F | C1 | 7D | 33 | 0 | 23 | 18 | 8A | 2C | 38 |
| Octal | 137 | 301 | 175 | 63 | 0 | 43 | 30 | 212 | 54 | 70 |
| Binary | 1011111 | 11000001 | 1111101 | 110011 | 0 | 100011 | 11000 | 10001010 | 101100 | 111000 |
Color Harmonies of #5FC17D
Complementary color
Monochromatic Colors of #5FC17D
Black with #5FC17D
Text Example
Text Example
White with #5FC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC17D; }
p { color: rgb(95,193,125); }
H1.HeaderClassName
{
color: #5FC17D;
}
.AnyTagClassName
{
color: #5FC17D;
}
</style>
background-color css
<style>
a { background-color: #5FC17D; }
a { background-color: rgb(95,193,125); }
div.DivClassName
{
background-color: #5FC17D;
}
.BgClassName
{
background-color: #5FC17D;
}
</style>
border-color css
<style>
span { border-color: #5FC17D; }
span { border-color: rgb(95,193,125); }
td.TdClassName
{
border-color: #5FC17D;
}
.TagClassName
{
border-color: #5FC17D;
}
</style>