Shades of Emerald #61DA7B
Tints of Emerald #61DA7B
RGB
CMYK
RGB Variations
Color information
#61DA7B (or 0x61DA7B) is known color: Emerald. HEX triplet: 61, DA and 7B. RGB value is (97,218,123). Sum of RGB (Red+Green+Blue) = 97+218+123=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #61DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DA7B is #9E2584. Grayscale: #ABABAB. Windows color (decimal): -10364293 or 8116833. OLE color: 8116833.
HSL color Cylindrical-coordinate representation of color #61DA7B: hue angle of 132.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DA7B is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 218 | 123 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.15 |
| HSL | 132.89º | 0.62% | 0.62% | - |
| HSV(B) | 132.89º | 0.56% | 0.85% | - |
| XYZ | 33.58 | 54.11 | 27.41 | - |
| YUV | 170.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 123 | 0.56 | 0 | 0.44 | 0.15 | 132.89 | 0.62 | 0.62 |
| Hex | 61 | DA | 7B | 38 | 0 | 2C | F | 85 | 3E | 3E |
| Octal | 141 | 332 | 173 | 70 | 0 | 54 | 17 | 205 | 76 | 76 |
| Binary | 1100001 | 11011010 | 1111011 | 111000 | 0 | 101100 | 1111 | 10000101 | 111110 | 111110 |
Color Harmonies of #61DA7B
Complementary color
Monochromatic Colors of #61DA7B
Black with #61DA7B
Text Example
Text Example
White with #61DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DA7B; }
p { color: rgb(97,218,123); }
H1.HeaderClassName
{
color: #61DA7B;
}
.AnyTagClassName
{
color: #61DA7B;
}
</style>
background-color css
<style>
a { background-color: #61DA7B; }
a { background-color: rgb(97,218,123); }
div.DivClassName
{
background-color: #61DA7B;
}
.BgClassName
{
background-color: #61DA7B;
}
</style>
border-color css
<style>
span { border-color: #61DA7B; }
span { border-color: rgb(97,218,123); }
td.TdClassName
{
border-color: #61DA7B;
}
.TagClassName
{
border-color: #61DA7B;
}
</style>