Shades of Emerald #61DD84
Tints of Emerald #61DD84
RGB
CMYK
RGB Variations
Color information
#61DD84 (or 0x61DD84) is known color: Emerald. HEX triplet: 61, DD and 84. RGB value is (97,221,132). Sum of RGB (Red+Green+Blue) = 97+221+132=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD84 is #9E227B. Grayscale: #AEAEAE. Windows color (decimal): -10363516 or 8707425. OLE color: 8707425.
HSL color Cylindrical-coordinate representation of color #61DD84: hue angle of 136.94º 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 #61DD84 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 132 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.13 |
| HSL | 136.94º | 0.65% | 0.62% | - |
| HSV(B) | 136.94º | 0.56% | 0.87% | - |
| XYZ | 34.95 | 55.92 | 30.78 | - |
| YUV | 173.78 | 104.42 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 132 | 0.56 | 0 | 0.40 | 0.13 | 136.94 | 0.65 | 0.62 |
| Hex | 61 | DD | 84 | 38 | 0 | 28 | D | 89 | 41 | 3E |
| Octal | 141 | 335 | 204 | 70 | 0 | 50 | 15 | 211 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10000100 | 111000 | 0 | 101000 | 1101 | 10001001 | 1000001 | 111110 |
Color Harmonies of #61DD84
Complementary color
Monochromatic Colors of #61DD84
Black with #61DD84
Text Example
Text Example
White with #61DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD84; }
p { color: rgb(97,221,132); }
H1.HeaderClassName
{
color: #61DD84;
}
.AnyTagClassName
{
color: #61DD84;
}
</style>
background-color css
<style>
a { background-color: #61DD84; }
a { background-color: rgb(97,221,132); }
div.DivClassName
{
background-color: #61DD84;
}
.BgClassName
{
background-color: #61DD84;
}
</style>
border-color css
<style>
span { border-color: #61DD84; }
span { border-color: rgb(97,221,132); }
td.TdClassName
{
border-color: #61DD84;
}
.TagClassName
{
border-color: #61DD84;
}
</style>