Shades of Emerald #61C27D
Tints of Emerald #61C27D
RGB
CMYK
RGB Variations
Color information
#61C27D (or 0x61C27D) is known color: Emerald. HEX triplet: 61, C2 and 7D. RGB value is (97,194,125). Sum of RGB (Red+Green+Blue) = 97+194+125=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #61C27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C27D is #9E3D82. Grayscale: #9D9D9D. Windows color (decimal): -10370435 or 8241761. OLE color: 8241761.
HSL color Cylindrical-coordinate representation of color #61C27D: hue angle of 137.32º degrees, saturation: 0.44, 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 #61C27D is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 194 | 125 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.24 |
| HSL | 137.32º | 0.44% | 0.57% | - |
| HSV(B) | 137.32º | 0.5% | 0.76% | - |
| XYZ | 27.92 | 42.61 | 26.15 | - |
| YUV | 157.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 125 | 0.50 | 0 | 0.36 | 0.24 | 137.32 | 0.44 | 0.57 |
| Hex | 61 | C2 | 7D | 32 | 0 | 24 | 18 | 89 | 2C | 39 |
| Octal | 141 | 302 | 175 | 62 | 0 | 44 | 30 | 211 | 54 | 71 |
| Binary | 1100001 | 11000010 | 1111101 | 110010 | 0 | 100100 | 11000 | 10001001 | 101100 | 111001 |
Color Harmonies of #61C27D
Complementary color
Monochromatic Colors of #61C27D
Black with #61C27D
Text Example
Text Example
White with #61C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C27D; }
p { color: rgb(97,194,125); }
H1.HeaderClassName
{
color: #61C27D;
}
.AnyTagClassName
{
color: #61C27D;
}
</style>
background-color css
<style>
a { background-color: #61C27D; }
a { background-color: rgb(97,194,125); }
div.DivClassName
{
background-color: #61C27D;
}
.BgClassName
{
background-color: #61C27D;
}
</style>
border-color css
<style>
span { border-color: #61C27D; }
span { border-color: rgb(97,194,125); }
td.TdClassName
{
border-color: #61C27D;
}
.TagClassName
{
border-color: #61C27D;
}
</style>