Shades of Emerald #5FCD7A
Tints of Emerald #5FCD7A
RGB
CMYK
RGB Variations
Color information
#5FCD7A (or 0x5FCD7A) is known color: Emerald. HEX triplet: 5F, CD and 7A. RGB value is (95,205,122). Sum of RGB (Red+Green+Blue) = 95+205+122=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD7A is #A03285. Grayscale: #A2A2A2. Windows color (decimal): -10498694 or 8047967. OLE color: 8047967.
HSL color Cylindrical-coordinate representation of color #5FCD7A: hue angle of 134.73º 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 #5FCD7A is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 122 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.20 |
| HSL | 134.73º | 0.52% | 0.59% | - |
| HSV(B) | 134.73º | 0.54% | 0.8% | - |
| XYZ | 30.06 | 47.5 | 26 | - |
| YUV | 162.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 122 | 0.54 | 0 | 0.40 | 0.20 | 134.73 | 0.52 | 0.59 |
| Hex | 5F | CD | 7A | 36 | 0 | 28 | 14 | 87 | 34 | 3B |
| Octal | 137 | 315 | 172 | 66 | 0 | 50 | 24 | 207 | 64 | 73 |
| Binary | 1011111 | 11001101 | 1111010 | 110110 | 0 | 101000 | 10100 | 10000111 | 110100 | 111011 |
Color Harmonies of #5FCD7A
Complementary color
Monochromatic Colors of #5FCD7A
Black with #5FCD7A
Text Example
Text Example
White with #5FCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD7A; }
p { color: rgb(95,205,122); }
H1.HeaderClassName
{
color: #5FCD7A;
}
.AnyTagClassName
{
color: #5FCD7A;
}
</style>
background-color css
<style>
a { background-color: #5FCD7A; }
a { background-color: rgb(95,205,122); }
div.DivClassName
{
background-color: #5FCD7A;
}
.BgClassName
{
background-color: #5FCD7A;
}
</style>
border-color css
<style>
span { border-color: #5FCD7A; }
span { border-color: rgb(95,205,122); }
td.TdClassName
{
border-color: #5FCD7A;
}
.TagClassName
{
border-color: #5FCD7A;
}
</style>