Shades of Pastel Green #61EC7A
Tints of Pastel Green #61EC7A
RGB
CMYK
RGB Variations
Color information
#61EC7A (or 0x61EC7A) is known color: Pastel Green. HEX triplet: 61, EC and 7A. RGB value is (97,236,122). Sum of RGB (Red+Green+Blue) = 97+236+122=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61EC7A is #9E1385. Grayscale: #B5B5B5. Windows color (decimal): -10359686 or 8055905. OLE color: 8055905.
HSL color Cylindrical-coordinate representation of color #61EC7A: hue angle of 130.79º 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 #61EC7A is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 122 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.07 |
| HSL | 130.79º | 0.79% | 0.65% | - |
| HSV(B) | 130.79º | 0.59% | 0.93% | - |
| XYZ | 38.44 | 63.94 | 28.73 | - |
| YUV | 181.44 | 94.45 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 122 | 0.59 | 0 | 0.48 | 0.07 | 130.79 | 0.79 | 0.65 |
| Hex | 61 | EC | 7A | 3B | 0 | 30 | 7 | 83 | 4F | 41 |
| Octal | 141 | 354 | 172 | 73 | 0 | 60 | 7 | 203 | 117 | 101 |
| Binary | 1100001 | 11101100 | 1111010 | 111011 | 0 | 110000 | 111 | 10000011 | 1001111 | 1000001 |
Color Harmonies of #61EC7A
Complementary color
Monochromatic Colors of #61EC7A
Black with #61EC7A
Text Example
Text Example
White with #61EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC7A; }
p { color: rgb(97,236,122); }
H1.HeaderClassName
{
color: #61EC7A;
}
.AnyTagClassName
{
color: #61EC7A;
}
</style>
background-color css
<style>
a { background-color: #61EC7A; }
a { background-color: rgb(97,236,122); }
div.DivClassName
{
background-color: #61EC7A;
}
.BgClassName
{
background-color: #61EC7A;
}
</style>
border-color css
<style>
span { border-color: #61EC7A; }
span { border-color: rgb(97,236,122); }
td.TdClassName
{
border-color: #61EC7A;
}
.TagClassName
{
border-color: #61EC7A;
}
</style>