Shades of Emerald #61DD8A
Tints of Emerald #61DD8A
RGB
CMYK
RGB Variations
Color information
#61DD8A (or 0x61DD8A) is known color: Emerald. HEX triplet: 61, DD and 8A. RGB value is (97,221,138). Sum of RGB (Red+Green+Blue) = 97+221+138=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD8A is #9E2275. Grayscale: #AEAEAE. Windows color (decimal): -10363510 or 9100641. OLE color: 9100641.
HSL color Cylindrical-coordinate representation of color #61DD8A: hue angle of 139.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD8A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 138 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.13 |
| HSL | 139.84º | 0.65% | 0.62% | - |
| HSV(B) | 139.84º | 0.56% | 0.87% | - |
| XYZ | 35.37 | 56.09 | 33.01 | - |
| YUV | 174.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 138 | 0.56 | 0 | 0.38 | 0.13 | 139.84 | 0.65 | 0.62 |
| Hex | 61 | DD | 8A | 38 | 0 | 26 | D | 8C | 41 | 3E |
| Octal | 141 | 335 | 212 | 70 | 0 | 46 | 15 | 214 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10001010 | 111000 | 0 | 100110 | 1101 | 10001100 | 1000001 | 111110 |
Color Harmonies of #61DD8A
Complementary color
Monochromatic Colors of #61DD8A
Black with #61DD8A
Text Example
Text Example
White with #61DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD8A; }
p { color: rgb(97,221,138); }
H1.HeaderClassName
{
color: #61DD8A;
}
.AnyTagClassName
{
color: #61DD8A;
}
</style>
background-color css
<style>
a { background-color: #61DD8A; }
a { background-color: rgb(97,221,138); }
div.DivClassName
{
background-color: #61DD8A;
}
.BgClassName
{
background-color: #61DD8A;
}
</style>
border-color css
<style>
span { border-color: #61DD8A; }
span { border-color: rgb(97,221,138); }
td.TdClassName
{
border-color: #61DD8A;
}
.TagClassName
{
border-color: #61DD8A;
}
</style>