Shades of Emerald #61C17B
Tints of Emerald #61C17B
RGB
CMYK
RGB Variations
Color information
#61C17B (or 0x61C17B) is known color: Emerald. HEX triplet: 61, C1 and 7B. RGB value is (97,193,123). Sum of RGB (Red+Green+Blue) = 97+193+123=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #61C17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C17B is #9E3E84. Grayscale: #9C9C9C. Windows color (decimal): -10370693 or 8110433. OLE color: 8110433.
HSL color Cylindrical-coordinate representation of color #61C17B: hue angle of 136.25º 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 #61C17B is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 123 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.24 |
| HSL | 136.25º | 0.44% | 0.57% | - |
| HSV(B) | 136.25º | 0.5% | 0.76% | - |
| XYZ | 27.57 | 42.11 | 25.41 | - |
| YUV | 156.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 123 | 0.50 | 0 | 0.36 | 0.24 | 136.25 | 0.44 | 0.57 |
| Hex | 61 | C1 | 7B | 32 | 0 | 24 | 18 | 88 | 2C | 39 |
| Octal | 141 | 301 | 173 | 62 | 0 | 44 | 30 | 210 | 54 | 71 |
| Binary | 1100001 | 11000001 | 1111011 | 110010 | 0 | 100100 | 11000 | 10001000 | 101100 | 111001 |
Color Harmonies of #61C17B
Complementary color
Monochromatic Colors of #61C17B
Black with #61C17B
Text Example
Text Example
White with #61C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C17B; }
p { color: rgb(97,193,123); }
H1.HeaderClassName
{
color: #61C17B;
}
.AnyTagClassName
{
color: #61C17B;
}
</style>
background-color css
<style>
a { background-color: #61C17B; }
a { background-color: rgb(97,193,123); }
div.DivClassName
{
background-color: #61C17B;
}
.BgClassName
{
background-color: #61C17B;
}
</style>
border-color css
<style>
span { border-color: #61C17B; }
span { border-color: rgb(97,193,123); }
td.TdClassName
{
border-color: #61C17B;
}
.TagClassName
{
border-color: #61C17B;
}
</style>