Shades of Emerald #61DC85
Tints of Emerald #61DC85
RGB
CMYK
RGB Variations
Color information
#61DC85 (or 0x61DC85) is known color: Emerald. HEX triplet: 61, DC and 85. RGB value is (97,220,133). Sum of RGB (Red+Green+Blue) = 97+220+133=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DC85 is #9E237A. Grayscale: #ADADAD. Windows color (decimal): -10363771 or 8772705. OLE color: 8772705.
HSL color Cylindrical-coordinate representation of color #61DC85: hue angle of 137.56º degrees, saturation: 0.64, 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 #61DC85 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 133 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.14 |
| HSL | 137.56º | 0.64% | 0.62% | - |
| HSV(B) | 137.56º | 0.56% | 0.86% | - |
| XYZ | 34.76 | 55.42 | 31.06 | - |
| YUV | 173.31 | 105.25 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 133 | 0.56 | 0 | 0.40 | 0.14 | 137.56 | 0.64 | 0.62 |
| Hex | 61 | DC | 85 | 38 | 0 | 28 | E | 8A | 40 | 3E |
| Octal | 141 | 334 | 205 | 70 | 0 | 50 | 16 | 212 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10000101 | 111000 | 0 | 101000 | 1110 | 10001010 | 1000000 | 111110 |
Color Harmonies of #61DC85
Complementary color
Monochromatic Colors of #61DC85
Black with #61DC85
Text Example
Text Example
White with #61DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC85; }
p { color: rgb(97,220,133); }
H1.HeaderClassName
{
color: #61DC85;
}
.AnyTagClassName
{
color: #61DC85;
}
</style>
background-color css
<style>
a { background-color: #61DC85; }
a { background-color: rgb(97,220,133); }
div.DivClassName
{
background-color: #61DC85;
}
.BgClassName
{
background-color: #61DC85;
}
</style>
border-color css
<style>
span { border-color: #61DC85; }
span { border-color: rgb(97,220,133); }
td.TdClassName
{
border-color: #61DC85;
}
.TagClassName
{
border-color: #61DC85;
}
</style>