Shades of Emerald #61D385
Tints of Emerald #61D385
RGB
CMYK
RGB Variations
Color information
#61D385 (or 0x61D385) is known color: Emerald. HEX triplet: 61, D3 and 85. RGB value is (97,211,133). Sum of RGB (Red+Green+Blue) = 97+211+133=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #61D385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D385 is #9E2C7A. Grayscale: #A8A8A8. Windows color (decimal): -10366075 or 8770401. OLE color: 8770401.
HSL color Cylindrical-coordinate representation of color #61D385: hue angle of 138.95º 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 #61D385 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 211 | 133 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.17 |
| HSL | 138.95º | 0.56% | 0.6% | - |
| HSV(B) | 138.95º | 0.54% | 0.83% | - |
| XYZ | 32.46 | 50.82 | 30.29 | - |
| YUV | 168.02 | 108.23 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 133 | 0.54 | 0 | 0.37 | 0.17 | 138.95 | 0.56 | 0.6 |
| Hex | 61 | D3 | 85 | 36 | 0 | 25 | 11 | 8B | 38 | 3C |
| Octal | 141 | 323 | 205 | 66 | 0 | 45 | 21 | 213 | 70 | 74 |
| Binary | 1100001 | 11010011 | 10000101 | 110110 | 0 | 100101 | 10001 | 10001011 | 111000 | 111100 |
Color Harmonies of #61D385
Complementary color
Monochromatic Colors of #61D385
Black with #61D385
Text Example
Text Example
White with #61D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D385; }
p { color: rgb(97,211,133); }
H1.HeaderClassName
{
color: #61D385;
}
.AnyTagClassName
{
color: #61D385;
}
</style>
background-color css
<style>
a { background-color: #61D385; }
a { background-color: rgb(97,211,133); }
div.DivClassName
{
background-color: #61D385;
}
.BgClassName
{
background-color: #61D385;
}
</style>
border-color css
<style>
span { border-color: #61D385; }
span { border-color: rgb(97,211,133); }
td.TdClassName
{
border-color: #61D385;
}
.TagClassName
{
border-color: #61D385;
}
</style>