Shades of Emerald #61D484
Tints of Emerald #61D484
RGB
CMYK
RGB Variations
Color information
#61D484 (or 0x61D484) is known color: Emerald. HEX triplet: 61, D4 and 84. RGB value is (97,212,132). Sum of RGB (Red+Green+Blue) = 97+212+132=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #61D484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D484 is #9E2B7B. Grayscale: #A8A8A8. Windows color (decimal): -10365820 or 8705121. OLE color: 8705121.
HSL color Cylindrical-coordinate representation of color #61D484: hue angle of 138.26º 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 #61D484 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 132 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.17 |
| HSL | 138.26º | 0.57% | 0.61% | - |
| HSV(B) | 138.26º | 0.54% | 0.83% | - |
| XYZ | 32.64 | 51.29 | 30.01 | - |
| YUV | 168.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 132 | 0.54 | 0 | 0.38 | 0.17 | 138.26 | 0.57 | 0.61 |
| Hex | 61 | D4 | 84 | 36 | 0 | 26 | 11 | 8A | 39 | 3D |
| Octal | 141 | 324 | 204 | 66 | 0 | 46 | 21 | 212 | 71 | 75 |
| Binary | 1100001 | 11010100 | 10000100 | 110110 | 0 | 100110 | 10001 | 10001010 | 111001 | 111101 |
Color Harmonies of #61D484
Complementary color
Monochromatic Colors of #61D484
Black with #61D484
Text Example
Text Example
White with #61D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D484; }
p { color: rgb(97,212,132); }
H1.HeaderClassName
{
color: #61D484;
}
.AnyTagClassName
{
color: #61D484;
}
</style>
background-color css
<style>
a { background-color: #61D484; }
a { background-color: rgb(97,212,132); }
div.DivClassName
{
background-color: #61D484;
}
.BgClassName
{
background-color: #61D484;
}
</style>
border-color css
<style>
span { border-color: #61D484; }
span { border-color: rgb(97,212,132); }
td.TdClassName
{
border-color: #61D484;
}
.TagClassName
{
border-color: #61D484;
}
</style>