Shades of Emerald #5FC47D
Tints of Emerald #5FC47D
RGB
CMYK
RGB Variations
Color information
#5FC47D (or 0x5FC47D) is known color: Emerald. HEX triplet: 5F, C4 and 7D. RGB value is (95,196,125). Sum of RGB (Red+Green+Blue) = 95+196+125=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC47D is #A03B82. Grayscale: #9D9D9D. Windows color (decimal): -10500995 or 8242271. OLE color: 8242271.
HSL color Cylindrical-coordinate representation of color #5FC47D: hue angle of 137.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC47D is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 196 | 125 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.23 |
| HSL | 137.82º | 0.46% | 0.57% | - |
| HSV(B) | 137.82º | 0.52% | 0.77% | - |
| XYZ | 28.16 | 43.39 | 26.29 | - |
| YUV | 157.71 | 109.54 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 196 | 125 | 0.52 | 0 | 0.36 | 0.23 | 137.82 | 0.46 | 0.57 |
| Hex | 5F | C4 | 7D | 34 | 0 | 24 | 17 | 8A | 2E | 39 |
| Octal | 137 | 304 | 175 | 64 | 0 | 44 | 27 | 212 | 56 | 71 |
| Binary | 1011111 | 11000100 | 1111101 | 110100 | 0 | 100100 | 10111 | 10001010 | 101110 | 111001 |
Color Harmonies of #5FC47D
Complementary color
Monochromatic Colors of #5FC47D
Black with #5FC47D
Text Example
Text Example
White with #5FC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC47D; }
p { color: rgb(95,196,125); }
H1.HeaderClassName
{
color: #5FC47D;
}
.AnyTagClassName
{
color: #5FC47D;
}
</style>
background-color css
<style>
a { background-color: #5FC47D; }
a { background-color: rgb(95,196,125); }
div.DivClassName
{
background-color: #5FC47D;
}
.BgClassName
{
background-color: #5FC47D;
}
</style>
border-color css
<style>
span { border-color: #5FC47D; }
span { border-color: rgb(95,196,125); }
td.TdClassName
{
border-color: #5FC47D;
}
.TagClassName
{
border-color: #5FC47D;
}
</style>