Shades of Emerald #61D274
Tints of Emerald #61D274
RGB
CMYK
RGB Variations
Color information
#61D274 (or 0x61D274) is known color: Emerald. HEX triplet: 61, D2 and 74. RGB value is (97,210,116). Sum of RGB (Red+Green+Blue) = 97+210+116=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #61D274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D274 is #9E2D8B. Grayscale: #A5A5A5. Windows color (decimal): -10366348 or 7656033. OLE color: 7656033.
HSL color Cylindrical-coordinate representation of color #61D274: hue angle of 130.09º 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 #61D274 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 116 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.18 |
| HSL | 130.09º | 0.56% | 0.6% | - |
| HSV(B) | 130.09º | 0.54% | 0.82% | - |
| XYZ | 31.13 | 49.9 | 24.51 | - |
| YUV | 165.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 116 | 0.54 | 0 | 0.45 | 0.18 | 130.09 | 0.56 | 0.6 |
| Hex | 61 | D2 | 74 | 36 | 0 | 2D | 12 | 82 | 38 | 3C |
| Octal | 141 | 322 | 164 | 66 | 0 | 55 | 22 | 202 | 70 | 74 |
| Binary | 1100001 | 11010010 | 1110100 | 110110 | 0 | 101101 | 10010 | 10000010 | 111000 | 111100 |
Color Harmonies of #61D274
Complementary color
Monochromatic Colors of #61D274
Black with #61D274
Text Example
Text Example
White with #61D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D274; }
p { color: rgb(97,210,116); }
H1.HeaderClassName
{
color: #61D274;
}
.AnyTagClassName
{
color: #61D274;
}
</style>
background-color css
<style>
a { background-color: #61D274; }
a { background-color: rgb(97,210,116); }
div.DivClassName
{
background-color: #61D274;
}
.BgClassName
{
background-color: #61D274;
}
</style>
border-color css
<style>
span { border-color: #61D274; }
span { border-color: rgb(97,210,116); }
td.TdClassName
{
border-color: #61D274;
}
.TagClassName
{
border-color: #61D274;
}
</style>