Shades of Emerald #5FCD7E
Tints of Emerald #5FCD7E
RGB
CMYK
RGB Variations
Color information
#5FCD7E (or 0x5FCD7E) is known color: Emerald. HEX triplet: 5F, CD and 7E. RGB value is (95,205,126). Sum of RGB (Red+Green+Blue) = 95+205+126=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD7E is #A03281. Grayscale: #A3A3A3. Windows color (decimal): -10498690 or 8310111. OLE color: 8310111.
HSL color Cylindrical-coordinate representation of color #5FCD7E: hue angle of 136.91º 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 #5FCD7E is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 126 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.20 |
| HSL | 136.91º | 0.52% | 0.59% | - |
| HSV(B) | 136.91º | 0.54% | 0.8% | - |
| XYZ | 30.32 | 47.6 | 27.33 | - |
| YUV | 163.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 126 | 0.54 | 0 | 0.39 | 0.20 | 136.91 | 0.52 | 0.59 |
| Hex | 5F | CD | 7E | 36 | 0 | 27 | 14 | 89 | 34 | 3B |
| Octal | 137 | 315 | 176 | 66 | 0 | 47 | 24 | 211 | 64 | 73 |
| Binary | 1011111 | 11001101 | 1111110 | 110110 | 0 | 100111 | 10100 | 10001001 | 110100 | 111011 |
Color Harmonies of #5FCD7E
Complementary color
Monochromatic Colors of #5FCD7E
Black with #5FCD7E
Text Example
Text Example
White with #5FCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD7E; }
p { color: rgb(95,205,126); }
H1.HeaderClassName
{
color: #5FCD7E;
}
.AnyTagClassName
{
color: #5FCD7E;
}
</style>
background-color css
<style>
a { background-color: #5FCD7E; }
a { background-color: rgb(95,205,126); }
div.DivClassName
{
background-color: #5FCD7E;
}
.BgClassName
{
background-color: #5FCD7E;
}
</style>
border-color css
<style>
span { border-color: #5FCD7E; }
span { border-color: rgb(95,205,126); }
td.TdClassName
{
border-color: #5FCD7E;
}
.TagClassName
{
border-color: #5FCD7E;
}
</style>