Shades of Emerald #61CA79
Tints of Emerald #61CA79
RGB
CMYK
RGB Variations
Color information
#61CA79 (or 0x61CA79) is known color: Emerald. HEX triplet: 61, CA and 79. RGB value is (97,202,121). Sum of RGB (Red+Green+Blue) = 97+202+121=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA79 is #9E3586. Grayscale: #A1A1A1. Windows color (decimal): -10368391 or 7981665. OLE color: 7981665.
HSL color Cylindrical-coordinate representation of color #61CA79: hue angle of 133.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA79 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 121 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.21 |
| HSL | 133.71º | 0.5% | 0.59% | - |
| HSV(B) | 133.71º | 0.52% | 0.79% | - |
| XYZ | 29.5 | 46.16 | 25.44 | - |
| YUV | 161.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 121 | 0.52 | 0 | 0.40 | 0.21 | 133.71 | 0.5 | 0.59 |
| Hex | 61 | CA | 79 | 34 | 0 | 28 | 15 | 86 | 32 | 3B |
| Octal | 141 | 312 | 171 | 64 | 0 | 50 | 25 | 206 | 62 | 73 |
| Binary | 1100001 | 11001010 | 1111001 | 110100 | 0 | 101000 | 10101 | 10000110 | 110010 | 111011 |
Color Harmonies of #61CA79
Complementary color
Monochromatic Colors of #61CA79
Black with #61CA79
Text Example
Text Example
White with #61CA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA79; }
p { color: rgb(97,202,121); }
H1.HeaderClassName
{
color: #61CA79;
}
.AnyTagClassName
{
color: #61CA79;
}
</style>
background-color css
<style>
a { background-color: #61CA79; }
a { background-color: rgb(97,202,121); }
div.DivClassName
{
background-color: #61CA79;
}
.BgClassName
{
background-color: #61CA79;
}
</style>
border-color css
<style>
span { border-color: #61CA79; }
span { border-color: rgb(97,202,121); }
td.TdClassName
{
border-color: #61CA79;
}
.TagClassName
{
border-color: #61CA79;
}
</style>