Shades of Emerald #5FDC76
Tints of Emerald #5FDC76
RGB
CMYK
RGB Variations
Color information
#5FDC76 (or 0x5FDC76) is known color: Emerald. HEX triplet: 5F, DC and 76. RGB value is (95,220,118). Sum of RGB (Red+Green+Blue) = 95+220+118=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC76 is #A02389. Grayscale: #ABABAB. Windows color (decimal): -10494858 or 7789663. OLE color: 7789663.
HSL color Cylindrical-coordinate representation of color #5FDC76: hue angle of 131.04º 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 #5FDC76 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 118 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.14 |
| HSL | 131.04º | 0.64% | 0.62% | - |
| HSV(B) | 131.04º | 0.57% | 0.86% | - |
| XYZ | 33.58 | 54.93 | 25.97 | - |
| YUV | 171 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 118 | 0.57 | 0 | 0.46 | 0.14 | 131.04 | 0.64 | 0.62 |
| Hex | 5F | DC | 76 | 39 | 0 | 2E | E | 83 | 40 | 3E |
| Octal | 137 | 334 | 166 | 71 | 0 | 56 | 16 | 203 | 100 | 76 |
| Binary | 1011111 | 11011100 | 1110110 | 111001 | 0 | 101110 | 1110 | 10000011 | 1000000 | 111110 |
Color Harmonies of #5FDC76
Complementary color
Monochromatic Colors of #5FDC76
Black with #5FDC76
Text Example
Text Example
White with #5FDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC76; }
p { color: rgb(95,220,118); }
H1.HeaderClassName
{
color: #5FDC76;
}
.AnyTagClassName
{
color: #5FDC76;
}
</style>
background-color css
<style>
a { background-color: #5FDC76; }
a { background-color: rgb(95,220,118); }
div.DivClassName
{
background-color: #5FDC76;
}
.BgClassName
{
background-color: #5FDC76;
}
</style>
border-color css
<style>
span { border-color: #5FDC76; }
span { border-color: rgb(95,220,118); }
td.TdClassName
{
border-color: #5FDC76;
}
.TagClassName
{
border-color: #5FDC76;
}
</style>