Shades of Emerald #61CA76
Tints of Emerald #61CA76
RGB
CMYK
RGB Variations
Color information
#61CA76 (or 0x61CA76) is known color: Emerald. HEX triplet: 61, CA and 76. RGB value is (97,202,118). Sum of RGB (Red+Green+Blue) = 97+202+118=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA76 is #9E3589. Grayscale: #A1A1A1. Windows color (decimal): -10368394 or 7785057. OLE color: 7785057.
HSL color Cylindrical-coordinate representation of color #61CA76: hue angle of 132º 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 #61CA76 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 118 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.21 |
| HSL | 132º | 0.5% | 0.59% | - |
| HSV(B) | 132º | 0.52% | 0.79% | - |
| XYZ | 29.32 | 46.09 | 24.49 | - |
| YUV | 161.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 118 | 0.52 | 0 | 0.42 | 0.21 | 132 | 0.5 | 0.59 |
| Hex | 61 | CA | 76 | 34 | 0 | 2A | 15 | 84 | 32 | 3B |
| Octal | 141 | 312 | 166 | 64 | 0 | 52 | 25 | 204 | 62 | 73 |
| Binary | 1100001 | 11001010 | 1110110 | 110100 | 0 | 101010 | 10101 | 10000100 | 110010 | 111011 |
Color Harmonies of #61CA76
Complementary color
Monochromatic Colors of #61CA76
Black with #61CA76
Text Example
Text Example
White with #61CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA76; }
p { color: rgb(97,202,118); }
H1.HeaderClassName
{
color: #61CA76;
}
.AnyTagClassName
{
color: #61CA76;
}
</style>
background-color css
<style>
a { background-color: #61CA76; }
a { background-color: rgb(97,202,118); }
div.DivClassName
{
background-color: #61CA76;
}
.BgClassName
{
background-color: #61CA76;
}
</style>
border-color css
<style>
span { border-color: #61CA76; }
span { border-color: rgb(97,202,118); }
td.TdClassName
{
border-color: #61CA76;
}
.TagClassName
{
border-color: #61CA76;
}
</style>