Shades of Emerald #61D386
Tints of Emerald #61D386
RGB
CMYK
RGB Variations
Color information
#61D386 (or 0x61D386) is known color: Emerald. HEX triplet: 61, D3 and 86. RGB value is (97,211,134). Sum of RGB (Red+Green+Blue) = 97+211+134=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #61D386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D386 is #9E2C79. Grayscale: #A8A8A8. Windows color (decimal): -10366074 or 8835937. OLE color: 8835937.
HSL color Cylindrical-coordinate representation of color #61D386: hue angle of 139.47º 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 #61D386 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 211 | 134 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.17 |
| HSL | 139.47º | 0.56% | 0.6% | - |
| HSV(B) | 139.47º | 0.54% | 0.83% | - |
| XYZ | 32.53 | 50.85 | 30.66 | - |
| YUV | 168.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 134 | 0.54 | 0 | 0.36 | 0.17 | 139.47 | 0.56 | 0.6 |
| Hex | 61 | D3 | 86 | 36 | 0 | 24 | 11 | 8B | 38 | 3C |
| Octal | 141 | 323 | 206 | 66 | 0 | 44 | 21 | 213 | 70 | 74 |
| Binary | 1100001 | 11010011 | 10000110 | 110110 | 0 | 100100 | 10001 | 10001011 | 111000 | 111100 |
Color Harmonies of #61D386
Complementary color
Monochromatic Colors of #61D386
Black with #61D386
Text Example
Text Example
White with #61D386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D386; }
p { color: rgb(97,211,134); }
H1.HeaderClassName
{
color: #61D386;
}
.AnyTagClassName
{
color: #61D386;
}
</style>
background-color css
<style>
a { background-color: #61D386; }
a { background-color: rgb(97,211,134); }
div.DivClassName
{
background-color: #61D386;
}
.BgClassName
{
background-color: #61D386;
}
</style>
border-color css
<style>
span { border-color: #61D386; }
span { border-color: rgb(97,211,134); }
td.TdClassName
{
border-color: #61D386;
}
.TagClassName
{
border-color: #61D386;
}
</style>