Shades of Emerald #61C87B
Tints of Emerald #61C87B
RGB
CMYK
RGB Variations
Color information
#61C87B (or 0x61C87B) is known color: Emerald. HEX triplet: 61, C8 and 7B. RGB value is (97,200,123). Sum of RGB (Red+Green+Blue) = 97+200+123=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #61C87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C87B is #9E3784. Grayscale: #A0A0A0. Windows color (decimal): -10368901 or 8112225. OLE color: 8112225.
HSL color Cylindrical-coordinate representation of color #61C87B: hue angle of 135.15º 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 #61C87B is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 123 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.22 |
| HSL | 135.15º | 0.48% | 0.58% | - |
| HSV(B) | 135.15º | 0.52% | 0.78% | - |
| XYZ | 29.16 | 45.28 | 25.94 | - |
| YUV | 160.43 | 106.88 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 123 | 0.52 | 0 | 0.38 | 0.22 | 135.15 | 0.48 | 0.58 |
| Hex | 61 | C8 | 7B | 34 | 0 | 26 | 16 | 87 | 30 | 3A |
| Octal | 141 | 310 | 173 | 64 | 0 | 46 | 26 | 207 | 60 | 72 |
| Binary | 1100001 | 11001000 | 1111011 | 110100 | 0 | 100110 | 10110 | 10000111 | 110000 | 111010 |
Color Harmonies of #61C87B
Complementary color
Monochromatic Colors of #61C87B
Black with #61C87B
Text Example
Text Example
White with #61C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C87B; }
p { color: rgb(97,200,123); }
H1.HeaderClassName
{
color: #61C87B;
}
.AnyTagClassName
{
color: #61C87B;
}
</style>
background-color css
<style>
a { background-color: #61C87B; }
a { background-color: rgb(97,200,123); }
div.DivClassName
{
background-color: #61C87B;
}
.BgClassName
{
background-color: #61C87B;
}
</style>
border-color css
<style>
span { border-color: #61C87B; }
span { border-color: rgb(97,200,123); }
td.TdClassName
{
border-color: #61C87B;
}
.TagClassName
{
border-color: #61C87B;
}
</style>