Shades of Emerald #61C87E
Tints of Emerald #61C87E
RGB
CMYK
RGB Variations
Color information
#61C87E (or 0x61C87E) is known color: Emerald. HEX triplet: 61, C8 and 7E. RGB value is (97,200,126). Sum of RGB (Red+Green+Blue) = 97+200+126=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #61C87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C87E is #9E3781. Grayscale: #A0A0A0. Windows color (decimal): -10368898 or 8308833. OLE color: 8308833.
HSL color Cylindrical-coordinate representation of color #61C87E: hue angle of 136.89º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C87E is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 126 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.22 |
| HSL | 136.89º | 0.48% | 0.58% | - |
| HSV(B) | 136.89º | 0.52% | 0.78% | - |
| XYZ | 29.35 | 45.36 | 26.95 | - |
| YUV | 160.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 126 | 0.52 | 0 | 0.37 | 0.22 | 136.89 | 0.48 | 0.58 |
| Hex | 61 | C8 | 7E | 34 | 0 | 25 | 16 | 89 | 30 | 3A |
| Octal | 141 | 310 | 176 | 64 | 0 | 45 | 26 | 211 | 60 | 72 |
| Binary | 1100001 | 11001000 | 1111110 | 110100 | 0 | 100101 | 10110 | 10001001 | 110000 | 111010 |
Color Harmonies of #61C87E
Complementary color
Monochromatic Colors of #61C87E
Black with #61C87E
Text Example
Text Example
White with #61C87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C87E; }
p { color: rgb(97,200,126); }
H1.HeaderClassName
{
color: #61C87E;
}
.AnyTagClassName
{
color: #61C87E;
}
</style>
background-color css
<style>
a { background-color: #61C87E; }
a { background-color: rgb(97,200,126); }
div.DivClassName
{
background-color: #61C87E;
}
.BgClassName
{
background-color: #61C87E;
}
</style>
border-color css
<style>
span { border-color: #61C87E; }
span { border-color: rgb(97,200,126); }
td.TdClassName
{
border-color: #61C87E;
}
.TagClassName
{
border-color: #61C87E;
}
</style>