Shades of Emerald #61D67E
Tints of Emerald #61D67E
RGB
CMYK
RGB Variations
Color information
#61D67E (or 0x61D67E) is known color: Emerald. HEX triplet: 61, D6 and 7E. RGB value is (97,214,126). Sum of RGB (Red+Green+Blue) = 97+214+126=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #61D67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D67E is #9E2981. Grayscale: #A9A9A9. Windows color (decimal): -10365314 or 8312417. OLE color: 8312417.
HSL color Cylindrical-coordinate representation of color #61D67E: hue angle of 134.87º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D67E is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 126 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.16 |
| HSL | 134.87º | 0.59% | 0.61% | - |
| HSV(B) | 134.87º | 0.55% | 0.84% | - |
| XYZ | 32.74 | 52.14 | 28.08 | - |
| YUV | 168.99 | 103.74 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 126 | 0.55 | 0 | 0.41 | 0.16 | 134.87 | 0.59 | 0.61 |
| Hex | 61 | D6 | 7E | 37 | 0 | 29 | 10 | 87 | 3B | 3D |
| Octal | 141 | 326 | 176 | 67 | 0 | 51 | 20 | 207 | 73 | 75 |
| Binary | 1100001 | 11010110 | 1111110 | 110111 | 0 | 101001 | 10000 | 10000111 | 111011 | 111101 |
Color Harmonies of #61D67E
Complementary color
Monochromatic Colors of #61D67E
Black with #61D67E
Text Example
Text Example
White with #61D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D67E; }
p { color: rgb(97,214,126); }
H1.HeaderClassName
{
color: #61D67E;
}
.AnyTagClassName
{
color: #61D67E;
}
</style>
background-color css
<style>
a { background-color: #61D67E; }
a { background-color: rgb(97,214,126); }
div.DivClassName
{
background-color: #61D67E;
}
.BgClassName
{
background-color: #61D67E;
}
</style>
border-color css
<style>
span { border-color: #61D67E; }
span { border-color: rgb(97,214,126); }
td.TdClassName
{
border-color: #61D67E;
}
.TagClassName
{
border-color: #61D67E;
}
</style>