Shades of Emerald #61D275
Tints of Emerald #61D275
RGB
CMYK
RGB Variations
Color information
#61D275 (or 0x61D275) is known color: Emerald. HEX triplet: 61, D2 and 75. RGB value is (97,210,117). Sum of RGB (Red+Green+Blue) = 97+210+117=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #61D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D275 is #9E2D8A. Grayscale: #A5A5A5. Windows color (decimal): -10366347 or 7721569. OLE color: 7721569.
HSL color Cylindrical-coordinate representation of color #61D275: hue angle of 130.62º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D275 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 117 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.18 |
| HSL | 130.62º | 0.56% | 0.6% | - |
| HSV(B) | 130.62º | 0.54% | 0.82% | - |
| XYZ | 31.19 | 49.92 | 24.82 | - |
| YUV | 165.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 117 | 0.54 | 0 | 0.44 | 0.18 | 130.62 | 0.56 | 0.6 |
| Hex | 61 | D2 | 75 | 36 | 0 | 2C | 12 | 83 | 38 | 3C |
| Octal | 141 | 322 | 165 | 66 | 0 | 54 | 22 | 203 | 70 | 74 |
| Binary | 1100001 | 11010010 | 1110101 | 110110 | 0 | 101100 | 10010 | 10000011 | 111000 | 111100 |
Color Harmonies of #61D275
Complementary color
Monochromatic Colors of #61D275
Black with #61D275
Text Example
Text Example
White with #61D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D275; }
p { color: rgb(97,210,117); }
H1.HeaderClassName
{
color: #61D275;
}
.AnyTagClassName
{
color: #61D275;
}
</style>
background-color css
<style>
a { background-color: #61D275; }
a { background-color: rgb(97,210,117); }
div.DivClassName
{
background-color: #61D275;
}
.BgClassName
{
background-color: #61D275;
}
</style>
border-color css
<style>
span { border-color: #61D275; }
span { border-color: rgb(97,210,117); }
td.TdClassName
{
border-color: #61D275;
}
.TagClassName
{
border-color: #61D275;
}
</style>