Shades of Emerald #5FC77D
Tints of Emerald #5FC77D
RGB
CMYK
RGB Variations
Color information
#5FC77D (or 0x5FC77D) is known color: Emerald. HEX triplet: 5F, C7 and 7D. RGB value is (95,199,125). Sum of RGB (Red+Green+Blue) = 95+199+125=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC77D is #A03882. Grayscale: #9F9F9F. Windows color (decimal): -10500227 or 8243039. OLE color: 8243039.
HSL color Cylindrical-coordinate representation of color #5FC77D: hue angle of 137.31º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC77D is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 125 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.22 |
| HSL | 137.31º | 0.48% | 0.58% | - |
| HSV(B) | 137.31º | 0.52% | 0.78% | - |
| XYZ | 28.84 | 44.76 | 26.52 | - |
| YUV | 159.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 125 | 0.52 | 0 | 0.37 | 0.22 | 137.31 | 0.48 | 0.58 |
| Hex | 5F | C7 | 7D | 34 | 0 | 25 | 16 | 89 | 30 | 3A |
| Octal | 137 | 307 | 175 | 64 | 0 | 45 | 26 | 211 | 60 | 72 |
| Binary | 1011111 | 11000111 | 1111101 | 110100 | 0 | 100101 | 10110 | 10001001 | 110000 | 111010 |
Color Harmonies of #5FC77D
Complementary color
Monochromatic Colors of #5FC77D
Black with #5FC77D
Text Example
Text Example
White with #5FC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC77D; }
p { color: rgb(95,199,125); }
H1.HeaderClassName
{
color: #5FC77D;
}
.AnyTagClassName
{
color: #5FC77D;
}
</style>
background-color css
<style>
a { background-color: #5FC77D; }
a { background-color: rgb(95,199,125); }
div.DivClassName
{
background-color: #5FC77D;
}
.BgClassName
{
background-color: #5FC77D;
}
</style>
border-color css
<style>
span { border-color: #5FC77D; }
span { border-color: rgb(95,199,125); }
td.TdClassName
{
border-color: #5FC77D;
}
.TagClassName
{
border-color: #5FC77D;
}
</style>