Shades of Emerald #61D478
Tints of Emerald #61D478
RGB
CMYK
RGB Variations
Color information
#61D478 (or 0x61D478) is known color: Emerald. HEX triplet: 61, D4 and 78. RGB value is (97,212,120). Sum of RGB (Red+Green+Blue) = 97+212+120=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #61D478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D478 is #9E2B87. Grayscale: #A7A7A7. Windows color (decimal): -10365832 or 7918689. OLE color: 7918689.
HSL color Cylindrical-coordinate representation of color #61D478: hue angle of 132º 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 #61D478 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 120 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.17 |
| HSL | 132º | 0.57% | 0.61% | - |
| HSV(B) | 132º | 0.54% | 0.83% | - |
| XYZ | 31.86 | 50.98 | 25.93 | - |
| YUV | 167.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 120 | 0.54 | 0 | 0.43 | 0.17 | 132 | 0.57 | 0.61 |
| Hex | 61 | D4 | 78 | 36 | 0 | 2B | 11 | 84 | 39 | 3D |
| Octal | 141 | 324 | 170 | 66 | 0 | 53 | 21 | 204 | 71 | 75 |
| Binary | 1100001 | 11010100 | 1111000 | 110110 | 0 | 101011 | 10001 | 10000100 | 111001 | 111101 |
Color Harmonies of #61D478
Complementary color
Monochromatic Colors of #61D478
Black with #61D478
Text Example
Text Example
White with #61D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D478; }
p { color: rgb(97,212,120); }
H1.HeaderClassName
{
color: #61D478;
}
.AnyTagClassName
{
color: #61D478;
}
</style>
background-color css
<style>
a { background-color: #61D478; }
a { background-color: rgb(97,212,120); }
div.DivClassName
{
background-color: #61D478;
}
.BgClassName
{
background-color: #61D478;
}
</style>
border-color css
<style>
span { border-color: #61D478; }
span { border-color: rgb(97,212,120); }
td.TdClassName
{
border-color: #61D478;
}
.TagClassName
{
border-color: #61D478;
}
</style>