Shades of Emerald #61DE83
Tints of Emerald #61DE83
RGB
CMYK
RGB Variations
Color information
#61DE83 (or 0x61DE83) is known color: Emerald. HEX triplet: 61, DE and 83. RGB value is (97,222,131). Sum of RGB (Red+Green+Blue) = 97+222+131=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DE83 is #9E217C. Grayscale: #AEAEAE. Windows color (decimal): -10363261 or 8642145. OLE color: 8642145.
HSL color Cylindrical-coordinate representation of color #61DE83: hue angle of 136.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DE83 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 131 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.13 |
| HSL | 136.32º | 0.65% | 0.63% | - |
| HSV(B) | 136.32º | 0.56% | 0.87% | - |
| XYZ | 35.15 | 56.42 | 30.51 | - |
| YUV | 174.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 131 | 0.56 | 0 | 0.41 | 0.13 | 136.32 | 0.65 | 0.63 |
| Hex | 61 | DE | 83 | 38 | 0 | 29 | D | 88 | 41 | 3F |
| Octal | 141 | 336 | 203 | 70 | 0 | 51 | 15 | 210 | 101 | 77 |
| Binary | 1100001 | 11011110 | 10000011 | 111000 | 0 | 101001 | 1101 | 10001000 | 1000001 | 111111 |
Color Harmonies of #61DE83
Complementary color
Monochromatic Colors of #61DE83
Black with #61DE83
Text Example
Text Example
White with #61DE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DE83; }
p { color: rgb(97,222,131); }
H1.HeaderClassName
{
color: #61DE83;
}
.AnyTagClassName
{
color: #61DE83;
}
</style>
background-color css
<style>
a { background-color: #61DE83; }
a { background-color: rgb(97,222,131); }
div.DivClassName
{
background-color: #61DE83;
}
.BgClassName
{
background-color: #61DE83;
}
</style>
border-color css
<style>
span { border-color: #61DE83; }
span { border-color: rgb(97,222,131); }
td.TdClassName
{
border-color: #61DE83;
}
.TagClassName
{
border-color: #61DE83;
}
</style>