Shades of Emerald #61C77B
Tints of Emerald #61C77B
RGB
CMYK
RGB Variations
Color information
#61C77B (or 0x61C77B) is known color: Emerald. HEX triplet: 61, C7 and 7B. RGB value is (97,199,123). Sum of RGB (Red+Green+Blue) = 97+199+123=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #61C77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C77B is #9E3884. Grayscale: #A0A0A0. Windows color (decimal): -10369157 or 8111969. OLE color: 8111969.
HSL color Cylindrical-coordinate representation of color #61C77B: hue angle of 135.29º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C77B is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 199 | 123 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.22 |
| HSL | 135.29º | 0.48% | 0.58% | - |
| HSV(B) | 135.29º | 0.51% | 0.78% | - |
| XYZ | 28.93 | 44.82 | 25.87 | - |
| YUV | 159.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 199 | 123 | 0.51 | 0 | 0.38 | 0.22 | 135.29 | 0.48 | 0.58 |
| Hex | 61 | C7 | 7B | 33 | 0 | 26 | 16 | 87 | 30 | 3A |
| Octal | 141 | 307 | 173 | 63 | 0 | 46 | 26 | 207 | 60 | 72 |
| Binary | 1100001 | 11000111 | 1111011 | 110011 | 0 | 100110 | 10110 | 10000111 | 110000 | 111010 |
Color Harmonies of #61C77B
Complementary color
Monochromatic Colors of #61C77B
Black with #61C77B
Text Example
Text Example
White with #61C77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C77B; }
p { color: rgb(97,199,123); }
H1.HeaderClassName
{
color: #61C77B;
}
.AnyTagClassName
{
color: #61C77B;
}
</style>
background-color css
<style>
a { background-color: #61C77B; }
a { background-color: rgb(97,199,123); }
div.DivClassName
{
background-color: #61C77B;
}
.BgClassName
{
background-color: #61C77B;
}
</style>
border-color css
<style>
span { border-color: #61C77B; }
span { border-color: rgb(97,199,123); }
td.TdClassName
{
border-color: #61C77B;
}
.TagClassName
{
border-color: #61C77B;
}
</style>