Shades of Pastel Green #61EC7D
Tints of Pastel Green #61EC7D
RGB
CMYK
RGB Variations
Color information
#61EC7D (or 0x61EC7D) is known color: Pastel Green. HEX triplet: 61, EC and 7D. RGB value is (97,236,125). Sum of RGB (Red+Green+Blue) = 97+236+125=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EC7D is #9E1382. Grayscale: #B6B6B6. Windows color (decimal): -10359683 or 8252513. OLE color: 8252513.
HSL color Cylindrical-coordinate representation of color #61EC7D: hue angle of 132.09º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EC7D is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 125 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.07 |
| HSL | 132.09º | 0.79% | 0.65% | - |
| HSV(B) | 132.09º | 0.59% | 0.93% | - |
| XYZ | 38.63 | 64.01 | 29.72 | - |
| YUV | 181.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 125 | 0.59 | 0 | 0.47 | 0.07 | 132.09 | 0.79 | 0.65 |
| Hex | 61 | EC | 7D | 3B | 0 | 2F | 7 | 84 | 4F | 41 |
| Octal | 141 | 354 | 175 | 73 | 0 | 57 | 7 | 204 | 117 | 101 |
| Binary | 1100001 | 11101100 | 1111101 | 111011 | 0 | 101111 | 111 | 10000100 | 1001111 | 1000001 |
Color Harmonies of #61EC7D
Complementary color
Monochromatic Colors of #61EC7D
Black with #61EC7D
Text Example
Text Example
White with #61EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC7D; }
p { color: rgb(97,236,125); }
H1.HeaderClassName
{
color: #61EC7D;
}
.AnyTagClassName
{
color: #61EC7D;
}
</style>
background-color css
<style>
a { background-color: #61EC7D; }
a { background-color: rgb(97,236,125); }
div.DivClassName
{
background-color: #61EC7D;
}
.BgClassName
{
background-color: #61EC7D;
}
</style>
border-color css
<style>
span { border-color: #61EC7D; }
span { border-color: rgb(97,236,125); }
td.TdClassName
{
border-color: #61EC7D;
}
.TagClassName
{
border-color: #61EC7D;
}
</style>