Shades of Emerald #61E38D
Tints of Emerald #61E38D
RGB
CMYK
RGB Variations
Color information
#61E38D (or 0x61E38D) is known color: Emerald. HEX triplet: 61, E3 and 8D. RGB value is (97,227,141). Sum of RGB (Red+Green+Blue) = 97+227+141=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #61E38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E38D is #9E1C72. Grayscale: #B2B2B2. Windows color (decimal): -10361971 or 9298785. OLE color: 9298785.
HSL color Cylindrical-coordinate representation of color #61E38D: hue angle of 140.31º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E38D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 227 | 141 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.11 |
| HSL | 140.31º | 0.7% | 0.64% | - |
| HSV(B) | 140.31º | 0.57% | 0.89% | - |
| XYZ | 37.21 | 59.4 | 34.7 | - |
| YUV | 178.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 227 | 141 | 0.57 | 0 | 0.38 | 0.11 | 140.31 | 0.7 | 0.64 |
| Hex | 61 | E3 | 8D | 39 | 0 | 26 | B | 8C | 46 | 40 |
| Octal | 141 | 343 | 215 | 71 | 0 | 46 | 13 | 214 | 106 | 100 |
| Binary | 1100001 | 11100011 | 10001101 | 111001 | 0 | 100110 | 1011 | 10001100 | 1000110 | 1000000 |
Color Harmonies of #61E38D
Complementary color
Monochromatic Colors of #61E38D
Black with #61E38D
Text Example
Text Example
White with #61E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E38D; }
p { color: rgb(97,227,141); }
H1.HeaderClassName
{
color: #61E38D;
}
.AnyTagClassName
{
color: #61E38D;
}
</style>
background-color css
<style>
a { background-color: #61E38D; }
a { background-color: rgb(97,227,141); }
div.DivClassName
{
background-color: #61E38D;
}
.BgClassName
{
background-color: #61E38D;
}
</style>
border-color css
<style>
span { border-color: #61E38D; }
span { border-color: rgb(97,227,141); }
td.TdClassName
{
border-color: #61E38D;
}
.TagClassName
{
border-color: #61E38D;
}
</style>