Shades of Emerald #61D374
Tints of Emerald #61D374
RGB
CMYK
RGB Variations
Color information
#61D374 (or 0x61D374) is known color: Emerald. HEX triplet: 61, D3 and 74. RGB value is (97,211,116). Sum of RGB (Red+Green+Blue) = 97+211+116=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #61D374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D374 is #9E2C8B. Grayscale: #A6A6A6. Windows color (decimal): -10366092 or 7656289. OLE color: 7656289.
HSL color Cylindrical-coordinate representation of color #61D374: hue angle of 130º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D374 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 211 | 116 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.17 |
| HSL | 130º | 0.56% | 0.6% | - |
| HSV(B) | 130º | 0.54% | 0.83% | - |
| XYZ | 31.38 | 50.39 | 24.6 | - |
| YUV | 166.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 116 | 0.54 | 0 | 0.45 | 0.17 | 130 | 0.56 | 0.6 |
| Hex | 61 | D3 | 74 | 36 | 0 | 2D | 11 | 82 | 38 | 3C |
| Octal | 141 | 323 | 164 | 66 | 0 | 55 | 21 | 202 | 70 | 74 |
| Binary | 1100001 | 11010011 | 1110100 | 110110 | 0 | 101101 | 10001 | 10000010 | 111000 | 111100 |
Color Harmonies of #61D374
Complementary color
Monochromatic Colors of #61D374
Black with #61D374
Text Example
Text Example
White with #61D374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D374; }
p { color: rgb(97,211,116); }
H1.HeaderClassName
{
color: #61D374;
}
.AnyTagClassName
{
color: #61D374;
}
</style>
background-color css
<style>
a { background-color: #61D374; }
a { background-color: rgb(97,211,116); }
div.DivClassName
{
background-color: #61D374;
}
.BgClassName
{
background-color: #61D374;
}
</style>
border-color css
<style>
span { border-color: #61D374; }
span { border-color: rgb(97,211,116); }
td.TdClassName
{
border-color: #61D374;
}
.TagClassName
{
border-color: #61D374;
}
</style>