Shades of Emerald #61D576
Tints of Emerald #61D576
RGB
CMYK
RGB Variations
Color information
#61D576 (or 0x61D576) is known color: Emerald. HEX triplet: 61, D5 and 76. RGB value is (97,213,118). Sum of RGB (Red+Green+Blue) = 97+213+118=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #61D576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D576 is #9E2A89. Grayscale: #A7A7A7. Windows color (decimal): -10365578 or 7787873. OLE color: 7787873.
HSL color Cylindrical-coordinate representation of color #61D576: hue angle of 130.86º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D576 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 118 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.16 |
| HSL | 130.86º | 0.58% | 0.61% | - |
| HSV(B) | 130.86º | 0.54% | 0.84% | - |
| XYZ | 31.99 | 51.44 | 25.38 | - |
| YUV | 167.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 118 | 0.54 | 0 | 0.45 | 0.16 | 130.86 | 0.58 | 0.61 |
| Hex | 61 | D5 | 76 | 36 | 0 | 2D | 10 | 83 | 3A | 3D |
| Octal | 141 | 325 | 166 | 66 | 0 | 55 | 20 | 203 | 72 | 75 |
| Binary | 1100001 | 11010101 | 1110110 | 110110 | 0 | 101101 | 10000 | 10000011 | 111010 | 111101 |
Color Harmonies of #61D576
Complementary color
Monochromatic Colors of #61D576
Black with #61D576
Text Example
Text Example
White with #61D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D576; }
p { color: rgb(97,213,118); }
H1.HeaderClassName
{
color: #61D576;
}
.AnyTagClassName
{
color: #61D576;
}
</style>
background-color css
<style>
a { background-color: #61D576; }
a { background-color: rgb(97,213,118); }
div.DivClassName
{
background-color: #61D576;
}
.BgClassName
{
background-color: #61D576;
}
</style>
border-color css
<style>
span { border-color: #61D576; }
span { border-color: rgb(97,213,118); }
td.TdClassName
{
border-color: #61D576;
}
.TagClassName
{
border-color: #61D576;
}
</style>