Shades of Emerald #61C878
Tints of Emerald #61C878
RGB
CMYK
RGB Variations
Color information
#61C878 (or 0x61C878) is known color: Emerald. HEX triplet: 61, C8 and 78. RGB value is (97,200,120). Sum of RGB (Red+Green+Blue) = 97+200+120=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #61C878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C878 is #9E3787. Grayscale: #A0A0A0. Windows color (decimal): -10368904 or 7915617. OLE color: 7915617.
HSL color Cylindrical-coordinate representation of color #61C878: hue angle of 133.4º 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 #61C878 is Cyan = 0.52, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 120 | - |
| CMYK | 0.52 | 0 | 0.4 | 0.22 |
| HSL | 133.4º | 0.48% | 0.58% | - |
| HSV(B) | 133.4º | 0.52% | 0.78% | - |
| XYZ | 28.97 | 45.21 | 24.97 | - |
| YUV | 160.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 120 | 0.52 | 0 | 0.4 | 0.22 | 133.4 | 0.48 | 0.58 |
| Hex | 61 | C8 | 78 | 34 | 0 | 28 | 16 | 85 | 30 | 3A |
| Octal | 141 | 310 | 170 | 64 | 0 | 50 | 26 | 205 | 60 | 72 |
| Binary | 1100001 | 11001000 | 1111000 | 110100 | 0 | 101000 | 10110 | 10000101 | 110000 | 111010 |
Color Harmonies of #61C878
Complementary color
Monochromatic Colors of #61C878
Black with #61C878
Text Example
Text Example
White with #61C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C878; }
p { color: rgb(97,200,120); }
H1.HeaderClassName
{
color: #61C878;
}
.AnyTagClassName
{
color: #61C878;
}
</style>
background-color css
<style>
a { background-color: #61C878; }
a { background-color: rgb(97,200,120); }
div.DivClassName
{
background-color: #61C878;
}
.BgClassName
{
background-color: #61C878;
}
</style>
border-color css
<style>
span { border-color: #61C878; }
span { border-color: rgb(97,200,120); }
td.TdClassName
{
border-color: #61C878;
}
.TagClassName
{
border-color: #61C878;
}
</style>