Shades of Emerald #61DD88
Tints of Emerald #61DD88
RGB
CMYK
RGB Variations
Color information
#61DD88 (or 0x61DD88) is known color: Emerald. HEX triplet: 61, DD and 88. RGB value is (97,221,136). Sum of RGB (Red+Green+Blue) = 97+221+136=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD88 is #9E2277. Grayscale: #AEAEAE. Windows color (decimal): -10363512 or 8969569. OLE color: 8969569.
HSL color Cylindrical-coordinate representation of color #61DD88: hue angle of 138.87º 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 #61DD88 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 136 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.13 |
| HSL | 138.87º | 0.65% | 0.62% | - |
| HSV(B) | 138.87º | 0.56% | 0.87% | - |
| XYZ | 35.23 | 56.03 | 32.25 | - |
| YUV | 174.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 136 | 0.56 | 0 | 0.38 | 0.13 | 138.87 | 0.65 | 0.62 |
| Hex | 61 | DD | 88 | 38 | 0 | 26 | D | 8B | 41 | 3E |
| Octal | 141 | 335 | 210 | 70 | 0 | 46 | 15 | 213 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10001000 | 111000 | 0 | 100110 | 1101 | 10001011 | 1000001 | 111110 |
Color Harmonies of #61DD88
Complementary color
Monochromatic Colors of #61DD88
Black with #61DD88
Text Example
Text Example
White with #61DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD88; }
p { color: rgb(97,221,136); }
H1.HeaderClassName
{
color: #61DD88;
}
.AnyTagClassName
{
color: #61DD88;
}
</style>
background-color css
<style>
a { background-color: #61DD88; }
a { background-color: rgb(97,221,136); }
div.DivClassName
{
background-color: #61DD88;
}
.BgClassName
{
background-color: #61DD88;
}
</style>
border-color css
<style>
span { border-color: #61DD88; }
span { border-color: rgb(97,221,136); }
td.TdClassName
{
border-color: #61DD88;
}
.TagClassName
{
border-color: #61DD88;
}
</style>