Shades of Emerald #61E88C
Tints of Emerald #61E88C
RGB
CMYK
RGB Variations
Color information
#61E88C (or 0x61E88C) is known color: Emerald. HEX triplet: 61, E8 and 8C. RGB value is (97,232,140). Sum of RGB (Red+Green+Blue) = 97+232+140=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #61E88C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E88C is #9E1773. Grayscale: #B5B5B5. Windows color (decimal): -10360692 or 9234529. OLE color: 9234529.
HSL color Cylindrical-coordinate representation of color #61E88C: hue angle of 139.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E88C is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 140 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.09 |
| HSL | 139.11º | 0.75% | 0.65% | - |
| HSV(B) | 139.11º | 0.58% | 0.91% | - |
| XYZ | 38.52 | 62.15 | 34.78 | - |
| YUV | 181.15 | 104.77 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 140 | 0.58 | 0 | 0.40 | 0.09 | 139.11 | 0.75 | 0.65 |
| Hex | 61 | E8 | 8C | 3A | 0 | 28 | 9 | 8B | 4B | 41 |
| Octal | 141 | 350 | 214 | 72 | 0 | 50 | 11 | 213 | 113 | 101 |
| Binary | 1100001 | 11101000 | 10001100 | 111010 | 0 | 101000 | 1001 | 10001011 | 1001011 | 1000001 |
Color Harmonies of #61E88C
Complementary color
Monochromatic Colors of #61E88C
Black with #61E88C
Text Example
Text Example
White with #61E88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E88C; }
p { color: rgb(97,232,140); }
H1.HeaderClassName
{
color: #61E88C;
}
.AnyTagClassName
{
color: #61E88C;
}
</style>
background-color css
<style>
a { background-color: #61E88C; }
a { background-color: rgb(97,232,140); }
div.DivClassName
{
background-color: #61E88C;
}
.BgClassName
{
background-color: #61E88C;
}
</style>
border-color css
<style>
span { border-color: #61E88C; }
span { border-color: rgb(97,232,140); }
td.TdClassName
{
border-color: #61E88C;
}
.TagClassName
{
border-color: #61E88C;
}
</style>