Shades of Emerald #5FDC7D
Tints of Emerald #5FDC7D
RGB
CMYK
RGB Variations
Color information
#5FDC7D (or 0x5FDC7D) is known color: Emerald. HEX triplet: 5F, DC and 7D. RGB value is (95,220,125). Sum of RGB (Red+Green+Blue) = 95+220+125=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC7D is #A02382. Grayscale: #ACACAC. Windows color (decimal): -10494851 or 8248415. OLE color: 8248415.
HSL color Cylindrical-coordinate representation of color #5FDC7D: hue angle of 134.4º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDC7D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 125 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.14 |
| HSL | 134.4º | 0.64% | 0.62% | - |
| HSV(B) | 134.4º | 0.57% | 0.86% | - |
| XYZ | 34.01 | 55.1 | 28.24 | - |
| YUV | 171.8 | 101.59 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 125 | 0.57 | 0 | 0.43 | 0.14 | 134.4 | 0.64 | 0.62 |
| Hex | 5F | DC | 7D | 39 | 0 | 2B | E | 86 | 40 | 3E |
| Octal | 137 | 334 | 175 | 71 | 0 | 53 | 16 | 206 | 100 | 76 |
| Binary | 1011111 | 11011100 | 1111101 | 111001 | 0 | 101011 | 1110 | 10000110 | 1000000 | 111110 |
Color Harmonies of #5FDC7D
Complementary color
Monochromatic Colors of #5FDC7D
Black with #5FDC7D
Text Example
Text Example
White with #5FDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC7D; }
p { color: rgb(95,220,125); }
H1.HeaderClassName
{
color: #5FDC7D;
}
.AnyTagClassName
{
color: #5FDC7D;
}
</style>
background-color css
<style>
a { background-color: #5FDC7D; }
a { background-color: rgb(95,220,125); }
div.DivClassName
{
background-color: #5FDC7D;
}
.BgClassName
{
background-color: #5FDC7D;
}
</style>
border-color css
<style>
span { border-color: #5FDC7D; }
span { border-color: rgb(95,220,125); }
td.TdClassName
{
border-color: #5FDC7D;
}
.TagClassName
{
border-color: #5FDC7D;
}
</style>