Shades of Emerald #61C97B
Tints of Emerald #61C97B
RGB
CMYK
RGB Variations
Color information
#61C97B (or 0x61C97B) is known color: Emerald. HEX triplet: 61, C9 and 7B. RGB value is (97,201,123). Sum of RGB (Red+Green+Blue) = 97+201+123=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #61C97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C97B is #9E3684. Grayscale: #A1A1A1. Windows color (decimal): -10368645 or 8112481. OLE color: 8112481.
HSL color Cylindrical-coordinate representation of color #61C97B: hue angle of 135º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C97B is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 123 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.21 |
| HSL | 135º | 0.49% | 0.58% | - |
| HSV(B) | 135º | 0.52% | 0.79% | - |
| XYZ | 29.39 | 45.74 | 26.02 | - |
| YUV | 161.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 123 | 0.52 | 0 | 0.39 | 0.21 | 135 | 0.49 | 0.58 |
| Hex | 61 | C9 | 7B | 34 | 0 | 27 | 15 | 87 | 31 | 3A |
| Octal | 141 | 311 | 173 | 64 | 0 | 47 | 25 | 207 | 61 | 72 |
| Binary | 1100001 | 11001001 | 1111011 | 110100 | 0 | 100111 | 10101 | 10000111 | 110001 | 111010 |
Color Harmonies of #61C97B
Complementary color
Monochromatic Colors of #61C97B
Black with #61C97B
Text Example
Text Example
White with #61C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C97B; }
p { color: rgb(97,201,123); }
H1.HeaderClassName
{
color: #61C97B;
}
.AnyTagClassName
{
color: #61C97B;
}
</style>
background-color css
<style>
a { background-color: #61C97B; }
a { background-color: rgb(97,201,123); }
div.DivClassName
{
background-color: #61C97B;
}
.BgClassName
{
background-color: #61C97B;
}
</style>
border-color css
<style>
span { border-color: #61C97B; }
span { border-color: rgb(97,201,123); }
td.TdClassName
{
border-color: #61C97B;
}
.TagClassName
{
border-color: #61C97B;
}
</style>