Shades of Emerald #61D075
Tints of Emerald #61D075
RGB
CMYK
RGB Variations
Color information
#61D075 (or 0x61D075) is known color: Emerald. HEX triplet: 61, D0 and 75. RGB value is (97,208,117). Sum of RGB (Red+Green+Blue) = 97+208+117=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #61D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D075 is #9E2F8A. Grayscale: #A4A4A4. Windows color (decimal): -10366859 or 7721057. OLE color: 7721057.
HSL color Cylindrical-coordinate representation of color #61D075: hue angle of 130.81º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D075 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 117 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.18 |
| HSL | 130.81º | 0.54% | 0.6% | - |
| HSV(B) | 130.81º | 0.53% | 0.82% | - |
| XYZ | 30.7 | 48.94 | 24.66 | - |
| YUV | 164.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 117 | 0.53 | 0 | 0.44 | 0.18 | 130.81 | 0.54 | 0.6 |
| Hex | 61 | D0 | 75 | 35 | 0 | 2C | 12 | 83 | 36 | 3C |
| Octal | 141 | 320 | 165 | 65 | 0 | 54 | 22 | 203 | 66 | 74 |
| Binary | 1100001 | 11010000 | 1110101 | 110101 | 0 | 101100 | 10010 | 10000011 | 110110 | 111100 |
Color Harmonies of #61D075
Complementary color
Monochromatic Colors of #61D075
Black with #61D075
Text Example
Text Example
White with #61D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D075; }
p { color: rgb(97,208,117); }
H1.HeaderClassName
{
color: #61D075;
}
.AnyTagClassName
{
color: #61D075;
}
</style>
background-color css
<style>
a { background-color: #61D075; }
a { background-color: rgb(97,208,117); }
div.DivClassName
{
background-color: #61D075;
}
.BgClassName
{
background-color: #61D075;
}
</style>
border-color css
<style>
span { border-color: #61D075; }
span { border-color: rgb(97,208,117); }
td.TdClassName
{
border-color: #61D075;
}
.TagClassName
{
border-color: #61D075;
}
</style>