Shades of Emerald #61D282
Tints of Emerald #61D282
RGB
CMYK
RGB Variations
Color information
#61D282 (or 0x61D282) is known color: Emerald. HEX triplet: 61, D2 and 82. RGB value is (97,210,130). Sum of RGB (Red+Green+Blue) = 97+210+130=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #61D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D282 is #9E2D7D. Grayscale: #A7A7A7. Windows color (decimal): -10366334 or 8573537. OLE color: 8573537.
HSL color Cylindrical-coordinate representation of color #61D282: hue angle of 137.52º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D282 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 130 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.18 |
| HSL | 137.52º | 0.56% | 0.6% | - |
| HSV(B) | 137.52º | 0.54% | 0.82% | - |
| XYZ | 32.01 | 50.25 | 29.13 | - |
| YUV | 167.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 130 | 0.54 | 0 | 0.38 | 0.18 | 137.52 | 0.56 | 0.6 |
| Hex | 61 | D2 | 82 | 36 | 0 | 26 | 12 | 8A | 38 | 3C |
| Octal | 141 | 322 | 202 | 66 | 0 | 46 | 22 | 212 | 70 | 74 |
| Binary | 1100001 | 11010010 | 10000010 | 110110 | 0 | 100110 | 10010 | 10001010 | 111000 | 111100 |
Color Harmonies of #61D282
Complementary color
Monochromatic Colors of #61D282
Black with #61D282
Text Example
Text Example
White with #61D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D282; }
p { color: rgb(97,210,130); }
H1.HeaderClassName
{
color: #61D282;
}
.AnyTagClassName
{
color: #61D282;
}
</style>
background-color css
<style>
a { background-color: #61D282; }
a { background-color: rgb(97,210,130); }
div.DivClassName
{
background-color: #61D282;
}
.BgClassName
{
background-color: #61D282;
}
</style>
border-color css
<style>
span { border-color: #61D282; }
span { border-color: rgb(97,210,130); }
td.TdClassName
{
border-color: #61D282;
}
.TagClassName
{
border-color: #61D282;
}
</style>