Shades of Emerald #61DF84
Tints of Emerald #61DF84
RGB
CMYK
RGB Variations
Color information
#61DF84 (or 0x61DF84) is known color: Emerald. HEX triplet: 61, DF and 84. RGB value is (97,223,132). Sum of RGB (Red+Green+Blue) = 97+223+132=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DF84 is #9E207B. Grayscale: #AFAFAF. Windows color (decimal): -10363004 or 8707937. OLE color: 8707937.
HSL color Cylindrical-coordinate representation of color #61DF84: hue angle of 136.67º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DF84 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 132 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.13 |
| HSL | 136.67º | 0.66% | 0.63% | - |
| HSV(B) | 136.67º | 0.57% | 0.87% | - |
| XYZ | 35.48 | 56.98 | 30.96 | - |
| YUV | 174.95 | 103.76 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 132 | 0.57 | 0 | 0.41 | 0.13 | 136.67 | 0.66 | 0.63 |
| Hex | 61 | DF | 84 | 39 | 0 | 29 | D | 89 | 42 | 3F |
| Octal | 141 | 337 | 204 | 71 | 0 | 51 | 15 | 211 | 102 | 77 |
| Binary | 1100001 | 11011111 | 10000100 | 111001 | 0 | 101001 | 1101 | 10001001 | 1000010 | 111111 |
Color Harmonies of #61DF84
Complementary color
Monochromatic Colors of #61DF84
Black with #61DF84
Text Example
Text Example
White with #61DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF84; }
p { color: rgb(97,223,132); }
H1.HeaderClassName
{
color: #61DF84;
}
.AnyTagClassName
{
color: #61DF84;
}
</style>
background-color css
<style>
a { background-color: #61DF84; }
a { background-color: rgb(97,223,132); }
div.DivClassName
{
background-color: #61DF84;
}
.BgClassName
{
background-color: #61DF84;
}
</style>
border-color css
<style>
span { border-color: #61DF84; }
span { border-color: rgb(97,223,132); }
td.TdClassName
{
border-color: #61DF84;
}
.TagClassName
{
border-color: #61DF84;
}
</style>