Shades of Emerald #61DB7B
Tints of Emerald #61DB7B
RGB
CMYK
RGB Variations
Color information
#61DB7B (or 0x61DB7B) is known color: Emerald. HEX triplet: 61, DB and 7B. RGB value is (97,219,123). Sum of RGB (Red+Green+Blue) = 97+219+123=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DB7B is #9E2484. Grayscale: #ABABAB. Windows color (decimal): -10364037 or 8117089. OLE color: 8117089.
HSL color Cylindrical-coordinate representation of color #61DB7B: hue angle of 132.79º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DB7B is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 123 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.14 |
| HSL | 132.79º | 0.63% | 0.62% | - |
| HSV(B) | 132.79º | 0.56% | 0.86% | - |
| XYZ | 33.84 | 54.63 | 27.5 | - |
| YUV | 171.58 | 100.58 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 123 | 0.56 | 0 | 0.44 | 0.14 | 132.79 | 0.63 | 0.62 |
| Hex | 61 | DB | 7B | 38 | 0 | 2C | E | 85 | 3F | 3E |
| Octal | 141 | 333 | 173 | 70 | 0 | 54 | 16 | 205 | 77 | 76 |
| Binary | 1100001 | 11011011 | 1111011 | 111000 | 0 | 101100 | 1110 | 10000101 | 111111 | 111110 |
Color Harmonies of #61DB7B
Complementary color
Monochromatic Colors of #61DB7B
Black with #61DB7B
Text Example
Text Example
White with #61DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB7B; }
p { color: rgb(97,219,123); }
H1.HeaderClassName
{
color: #61DB7B;
}
.AnyTagClassName
{
color: #61DB7B;
}
</style>
background-color css
<style>
a { background-color: #61DB7B; }
a { background-color: rgb(97,219,123); }
div.DivClassName
{
background-color: #61DB7B;
}
.BgClassName
{
background-color: #61DB7B;
}
</style>
border-color css
<style>
span { border-color: #61DB7B; }
span { border-color: rgb(97,219,123); }
td.TdClassName
{
border-color: #61DB7B;
}
.TagClassName
{
border-color: #61DB7B;
}
</style>