Shades of Emerald #61E288
Tints of Emerald #61E288
RGB
CMYK
RGB Variations
Color information
#61E288 (or 0x61E288) is known color: Emerald. HEX triplet: 61, E2 and 88. RGB value is (97,226,136). Sum of RGB (Red+Green+Blue) = 97+226+136=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #61E288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E288 is #9E1D77. Grayscale: #B1B1B1. Windows color (decimal): -10362232 or 8970849. OLE color: 8970849.
HSL color Cylindrical-coordinate representation of color #61E288: hue angle of 138.14º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E288 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 226 | 136 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.11 |
| HSL | 138.14º | 0.69% | 0.63% | - |
| HSV(B) | 138.14º | 0.57% | 0.89% | - |
| XYZ | 36.57 | 58.71 | 32.7 | - |
| YUV | 177.17 | 104.76 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 226 | 136 | 0.57 | 0 | 0.40 | 0.11 | 138.14 | 0.69 | 0.63 |
| Hex | 61 | E2 | 88 | 39 | 0 | 28 | B | 8A | 45 | 3F |
| Octal | 141 | 342 | 210 | 71 | 0 | 50 | 13 | 212 | 105 | 77 |
| Binary | 1100001 | 11100010 | 10001000 | 111001 | 0 | 101000 | 1011 | 10001010 | 1000101 | 111111 |
Color Harmonies of #61E288
Complementary color
Monochromatic Colors of #61E288
Black with #61E288
Text Example
Text Example
White with #61E288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E288; }
p { color: rgb(97,226,136); }
H1.HeaderClassName
{
color: #61E288;
}
.AnyTagClassName
{
color: #61E288;
}
</style>
background-color css
<style>
a { background-color: #61E288; }
a { background-color: rgb(97,226,136); }
div.DivClassName
{
background-color: #61E288;
}
.BgClassName
{
background-color: #61E288;
}
</style>
border-color css
<style>
span { border-color: #61E288; }
span { border-color: rgb(97,226,136); }
td.TdClassName
{
border-color: #61E288;
}
.TagClassName
{
border-color: #61E288;
}
</style>