Shades of Emerald #61DB84
Tints of Emerald #61DB84
RGB
CMYK
RGB Variations
Color information
#61DB84 (or 0x61DB84) is known color: Emerald. HEX triplet: 61, DB and 84. RGB value is (97,219,132). Sum of RGB (Red+Green+Blue) = 97+219+132=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DB84 is #9E247B. Grayscale: #ACACAC. Windows color (decimal): -10364028 or 8706913. OLE color: 8706913.
HSL color Cylindrical-coordinate representation of color #61DB84: hue angle of 137.21º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DB84 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 132 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.14 |
| HSL | 137.21º | 0.63% | 0.62% | - |
| HSV(B) | 137.21º | 0.56% | 0.86% | - |
| XYZ | 34.43 | 54.87 | 30.61 | - |
| YUV | 172.6 | 105.08 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 132 | 0.56 | 0 | 0.40 | 0.14 | 137.21 | 0.63 | 0.62 |
| Hex | 61 | DB | 84 | 38 | 0 | 28 | E | 89 | 3F | 3E |
| Octal | 141 | 333 | 204 | 70 | 0 | 50 | 16 | 211 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10000100 | 111000 | 0 | 101000 | 1110 | 10001001 | 111111 | 111110 |
Color Harmonies of #61DB84
Complementary color
Monochromatic Colors of #61DB84
Black with #61DB84
Text Example
Text Example
White with #61DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB84; }
p { color: rgb(97,219,132); }
H1.HeaderClassName
{
color: #61DB84;
}
.AnyTagClassName
{
color: #61DB84;
}
</style>
background-color css
<style>
a { background-color: #61DB84; }
a { background-color: rgb(97,219,132); }
div.DivClassName
{
background-color: #61DB84;
}
.BgClassName
{
background-color: #61DB84;
}
</style>
border-color css
<style>
span { border-color: #61DB84; }
span { border-color: rgb(97,219,132); }
td.TdClassName
{
border-color: #61DB84;
}
.TagClassName
{
border-color: #61DB84;
}
</style>