Shades of Emerald #61CF77
Tints of Emerald #61CF77
RGB
CMYK
RGB Variations
Color information
#61CF77 (or 0x61CF77) is known color: Emerald. HEX triplet: 61, CF and 77. RGB value is (97,207,119). Sum of RGB (Red+Green+Blue) = 97+207+119=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CF77 is #9E3088. Grayscale: #A4A4A4. Windows color (decimal): -10367113 or 7851873. OLE color: 7851873.
HSL color Cylindrical-coordinate representation of color #61CF77: hue angle of 132º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CF77 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 119 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.19 |
| HSL | 132º | 0.53% | 0.6% | - |
| HSV(B) | 132º | 0.53% | 0.81% | - |
| XYZ | 30.57 | 48.5 | 25.2 | - |
| YUV | 164.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 119 | 0.53 | 0 | 0.43 | 0.19 | 132 | 0.53 | 0.6 |
| Hex | 61 | CF | 77 | 35 | 0 | 2B | 13 | 84 | 35 | 3C |
| Octal | 141 | 317 | 167 | 65 | 0 | 53 | 23 | 204 | 65 | 74 |
| Binary | 1100001 | 11001111 | 1110111 | 110101 | 0 | 101011 | 10011 | 10000100 | 110101 | 111100 |
Color Harmonies of #61CF77
Complementary color
Monochromatic Colors of #61CF77
Black with #61CF77
Text Example
Text Example
White with #61CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CF77; }
p { color: rgb(97,207,119); }
H1.HeaderClassName
{
color: #61CF77;
}
.AnyTagClassName
{
color: #61CF77;
}
</style>
background-color css
<style>
a { background-color: #61CF77; }
a { background-color: rgb(97,207,119); }
div.DivClassName
{
background-color: #61CF77;
}
.BgClassName
{
background-color: #61CF77;
}
</style>
border-color css
<style>
span { border-color: #61CF77; }
span { border-color: rgb(97,207,119); }
td.TdClassName
{
border-color: #61CF77;
}
.TagClassName
{
border-color: #61CF77;
}
</style>