Shades of Emerald #61D474
Tints of Emerald #61D474
RGB
CMYK
RGB Variations
Color information
#61D474 (or 0x61D474) is known color: Emerald. HEX triplet: 61, D4 and 74. RGB value is (97,212,116). Sum of RGB (Red+Green+Blue) = 97+212+116=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #61D474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D474 is #9E2B8B. Grayscale: #A6A6A6. Windows color (decimal): -10365836 or 7656545. OLE color: 7656545.
HSL color Cylindrical-coordinate representation of color #61D474: hue angle of 129.91º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D474 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 116 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.17 |
| HSL | 129.91º | 0.57% | 0.61% | - |
| HSV(B) | 129.91º | 0.54% | 0.83% | - |
| XYZ | 31.63 | 50.89 | 24.68 | - |
| YUV | 166.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 116 | 0.54 | 0 | 0.45 | 0.17 | 129.91 | 0.57 | 0.61 |
| Hex | 61 | D4 | 74 | 36 | 0 | 2D | 11 | 82 | 39 | 3D |
| Octal | 141 | 324 | 164 | 66 | 0 | 55 | 21 | 202 | 71 | 75 |
| Binary | 1100001 | 11010100 | 1110100 | 110110 | 0 | 101101 | 10001 | 10000010 | 111001 | 111101 |
Color Harmonies of #61D474
Complementary color
Monochromatic Colors of #61D474
Black with #61D474
Text Example
Text Example
White with #61D474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D474; }
p { color: rgb(97,212,116); }
H1.HeaderClassName
{
color: #61D474;
}
.AnyTagClassName
{
color: #61D474;
}
</style>
background-color css
<style>
a { background-color: #61D474; }
a { background-color: rgb(97,212,116); }
div.DivClassName
{
background-color: #61D474;
}
.BgClassName
{
background-color: #61D474;
}
</style>
border-color css
<style>
span { border-color: #61D474; }
span { border-color: rgb(97,212,116); }
td.TdClassName
{
border-color: #61D474;
}
.TagClassName
{
border-color: #61D474;
}
</style>