Shades of Emerald #61DB80
Tints of Emerald #61DB80
RGB
CMYK
RGB Variations
Color information
#61DB80 (or 0x61DB80) is known color: Emerald. HEX triplet: 61, DB and 80. RGB value is (97,219,128). Sum of RGB (Red+Green+Blue) = 97+219+128=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DB80 is #9E247F. Grayscale: #ACACAC. Windows color (decimal): -10364032 or 8444769. OLE color: 8444769.
HSL color Cylindrical-coordinate representation of color #61DB80: hue angle of 135.25º 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 #61DB80 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 128 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.14 |
| HSL | 135.25º | 0.63% | 0.62% | - |
| HSV(B) | 135.25º | 0.56% | 0.86% | - |
| XYZ | 34.16 | 54.76 | 29.19 | - |
| YUV | 172.15 | 103.08 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 128 | 0.56 | 0 | 0.42 | 0.14 | 135.25 | 0.63 | 0.62 |
| Hex | 61 | DB | 80 | 38 | 0 | 2A | E | 87 | 3F | 3E |
| Octal | 141 | 333 | 200 | 70 | 0 | 52 | 16 | 207 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10000000 | 111000 | 0 | 101010 | 1110 | 10000111 | 111111 | 111110 |
Color Harmonies of #61DB80
Complementary color
Monochromatic Colors of #61DB80
Black with #61DB80
Text Example
Text Example
White with #61DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB80; }
p { color: rgb(97,219,128); }
H1.HeaderClassName
{
color: #61DB80;
}
.AnyTagClassName
{
color: #61DB80;
}
</style>
background-color css
<style>
a { background-color: #61DB80; }
a { background-color: rgb(97,219,128); }
div.DivClassName
{
background-color: #61DB80;
}
.BgClassName
{
background-color: #61DB80;
}
</style>
border-color css
<style>
span { border-color: #61DB80; }
span { border-color: rgb(97,219,128); }
td.TdClassName
{
border-color: #61DB80;
}
.TagClassName
{
border-color: #61DB80;
}
</style>