Shades of Emerald #61D080
Tints of Emerald #61D080
RGB
CMYK
RGB Variations
Color information
#61D080 (or 0x61D080) is known color: Emerald. HEX triplet: 61, D0 and 80. RGB value is (97,208,128). Sum of RGB (Red+Green+Blue) = 97+208+128=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #61D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D080 is #9E2F7F. Grayscale: #A5A5A5. Windows color (decimal): -10366848 or 8441953. OLE color: 8441953.
HSL color Cylindrical-coordinate representation of color #61D080: hue angle of 136.76º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D080 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 128 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.18 |
| HSL | 136.76º | 0.54% | 0.6% | - |
| HSV(B) | 136.76º | 0.53% | 0.82% | - |
| XYZ | 31.38 | 49.21 | 28.27 | - |
| YUV | 165.69 | 106.73 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 128 | 0.53 | 0 | 0.38 | 0.18 | 136.76 | 0.54 | 0.6 |
| Hex | 61 | D0 | 80 | 35 | 0 | 26 | 12 | 89 | 36 | 3C |
| Octal | 141 | 320 | 200 | 65 | 0 | 46 | 22 | 211 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10000000 | 110101 | 0 | 100110 | 10010 | 10001001 | 110110 | 111100 |
Color Harmonies of #61D080
Complementary color
Monochromatic Colors of #61D080
Black with #61D080
Text Example
Text Example
White with #61D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D080; }
p { color: rgb(97,208,128); }
H1.HeaderClassName
{
color: #61D080;
}
.AnyTagClassName
{
color: #61D080;
}
</style>
background-color css
<style>
a { background-color: #61D080; }
a { background-color: rgb(97,208,128); }
div.DivClassName
{
background-color: #61D080;
}
.BgClassName
{
background-color: #61D080;
}
</style>
border-color css
<style>
span { border-color: #61D080; }
span { border-color: rgb(97,208,128); }
td.TdClassName
{
border-color: #61D080;
}
.TagClassName
{
border-color: #61D080;
}
</style>