Shades of Emerald #61E58A
Tints of Emerald #61E58A
RGB
CMYK
RGB Variations
Color information
#61E58A (or 0x61E58A) is known color: Emerald. HEX triplet: 61, E5 and 8A. RGB value is (97,229,138). Sum of RGB (Red+Green+Blue) = 97+229+138=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #61E58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E58A is #9E1A75. Grayscale: #B3B3B3. Windows color (decimal): -10361462 or 9102689. OLE color: 9102689.
HSL color Cylindrical-coordinate representation of color #61E58A: hue angle of 138.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E58A is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 138 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.10 |
| HSL | 138.64º | 0.72% | 0.64% | - |
| HSV(B) | 138.64º | 0.58% | 0.9% | - |
| XYZ | 37.54 | 60.41 | 33.73 | - |
| YUV | 179.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 138 | 0.58 | 0 | 0.40 | 0.10 | 138.64 | 0.72 | 0.64 |
| Hex | 61 | E5 | 8A | 3A | 0 | 28 | A | 8B | 48 | 40 |
| Octal | 141 | 345 | 212 | 72 | 0 | 50 | 12 | 213 | 110 | 100 |
| Binary | 1100001 | 11100101 | 10001010 | 111010 | 0 | 101000 | 1010 | 10001011 | 1001000 | 1000000 |
Color Harmonies of #61E58A
Complementary color
Monochromatic Colors of #61E58A
Black with #61E58A
Text Example
Text Example
White with #61E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E58A; }
p { color: rgb(97,229,138); }
H1.HeaderClassName
{
color: #61E58A;
}
.AnyTagClassName
{
color: #61E58A;
}
</style>
background-color css
<style>
a { background-color: #61E58A; }
a { background-color: rgb(97,229,138); }
div.DivClassName
{
background-color: #61E58A;
}
.BgClassName
{
background-color: #61E58A;
}
</style>
border-color css
<style>
span { border-color: #61E58A; }
span { border-color: rgb(97,229,138); }
td.TdClassName
{
border-color: #61E58A;
}
.TagClassName
{
border-color: #61E58A;
}
</style>