Shades of Emerald #5FCD7C
Tints of Emerald #5FCD7C
RGB
CMYK
RGB Variations
Color information
#5FCD7C (or 0x5FCD7C) is known color: Emerald. HEX triplet: 5F, CD and 7C. RGB value is (95,205,124). Sum of RGB (Red+Green+Blue) = 95+205+124=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD7C is #A03283. Grayscale: #A3A3A3. Windows color (decimal): -10498692 or 8179039. OLE color: 8179039.
HSL color Cylindrical-coordinate representation of color #5FCD7C: hue angle of 135.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCD7C is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 124 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.20 |
| HSL | 135.82º | 0.52% | 0.59% | - |
| HSV(B) | 135.82º | 0.54% | 0.8% | - |
| XYZ | 30.19 | 47.55 | 26.66 | - |
| YUV | 162.88 | 106.06 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 124 | 0.54 | 0 | 0.40 | 0.20 | 135.82 | 0.52 | 0.59 |
| Hex | 5F | CD | 7C | 36 | 0 | 28 | 14 | 88 | 34 | 3B |
| Octal | 137 | 315 | 174 | 66 | 0 | 50 | 24 | 210 | 64 | 73 |
| Binary | 1011111 | 11001101 | 1111100 | 110110 | 0 | 101000 | 10100 | 10001000 | 110100 | 111011 |
Color Harmonies of #5FCD7C
Complementary color
Monochromatic Colors of #5FCD7C
Black with #5FCD7C
Text Example
Text Example
White with #5FCD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD7C; }
p { color: rgb(95,205,124); }
H1.HeaderClassName
{
color: #5FCD7C;
}
.AnyTagClassName
{
color: #5FCD7C;
}
</style>
background-color css
<style>
a { background-color: #5FCD7C; }
a { background-color: rgb(95,205,124); }
div.DivClassName
{
background-color: #5FCD7C;
}
.BgClassName
{
background-color: #5FCD7C;
}
</style>
border-color css
<style>
span { border-color: #5FCD7C; }
span { border-color: rgb(95,205,124); }
td.TdClassName
{
border-color: #5FCD7C;
}
.TagClassName
{
border-color: #5FCD7C;
}
</style>