Shades of Emerald #61C37F
Tints of Emerald #61C37F
RGB
CMYK
RGB Variations
Color information
#61C37F (or 0x61C37F) is known color: Emerald. HEX triplet: 61, C3 and 7F. RGB value is (97,195,127). Sum of RGB (Red+Green+Blue) = 97+195+127=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #61C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C37F is #9E3C80. Grayscale: #9E9E9E. Windows color (decimal): -10370177 or 8373089. OLE color: 8373089.
HSL color Cylindrical-coordinate representation of color #61C37F: hue angle of 138.37º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C37F is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 127 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.24 |
| HSL | 138.37º | 0.45% | 0.57% | - |
| HSV(B) | 138.37º | 0.5% | 0.76% | - |
| XYZ | 28.28 | 43.1 | 26.91 | - |
| YUV | 157.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 127 | 0.50 | 0 | 0.35 | 0.24 | 138.37 | 0.45 | 0.57 |
| Hex | 61 | C3 | 7F | 32 | 0 | 23 | 18 | 8A | 2D | 39 |
| Octal | 141 | 303 | 177 | 62 | 0 | 43 | 30 | 212 | 55 | 71 |
| Binary | 1100001 | 11000011 | 1111111 | 110010 | 0 | 100011 | 11000 | 10001010 | 101101 | 111001 |
Color Harmonies of #61C37F
Complementary color
Monochromatic Colors of #61C37F
Black with #61C37F
Text Example
Text Example
White with #61C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C37F; }
p { color: rgb(97,195,127); }
H1.HeaderClassName
{
color: #61C37F;
}
.AnyTagClassName
{
color: #61C37F;
}
</style>
background-color css
<style>
a { background-color: #61C37F; }
a { background-color: rgb(97,195,127); }
div.DivClassName
{
background-color: #61C37F;
}
.BgClassName
{
background-color: #61C37F;
}
</style>
border-color css
<style>
span { border-color: #61C37F; }
span { border-color: rgb(97,195,127); }
td.TdClassName
{
border-color: #61C37F;
}
.TagClassName
{
border-color: #61C37F;
}
</style>