Shades of Pastel Green #61E97A
Tints of Pastel Green #61E97A
RGB
CMYK
RGB Variations
Color information
#61E97A (or 0x61E97A) is known color: Pastel Green. HEX triplet: 61, E9 and 7A. RGB value is (97,233,122). Sum of RGB (Red+Green+Blue) = 97+233+122=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #61E97A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E97A is #9E1685. Grayscale: #B3B3B3. Windows color (decimal): -10360454 or 8055137. OLE color: 8055137.
HSL color Cylindrical-coordinate representation of color #61E97A: hue angle of 131.03º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E97A is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 233 | 122 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.09 |
| HSL | 131.03º | 0.76% | 0.65% | - |
| HSV(B) | 131.03º | 0.58% | 0.91% | - |
| XYZ | 37.58 | 62.22 | 28.44 | - |
| YUV | 179.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 233 | 122 | 0.58 | 0 | 0.48 | 0.09 | 131.03 | 0.76 | 0.65 |
| Hex | 61 | E9 | 7A | 3A | 0 | 30 | 9 | 83 | 4C | 41 |
| Octal | 141 | 351 | 172 | 72 | 0 | 60 | 11 | 203 | 114 | 101 |
| Binary | 1100001 | 11101001 | 1111010 | 111010 | 0 | 110000 | 1001 | 10000011 | 1001100 | 1000001 |
Color Harmonies of #61E97A
Complementary color
Monochromatic Colors of #61E97A
Black with #61E97A
Text Example
Text Example
White with #61E97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E97A; }
p { color: rgb(97,233,122); }
H1.HeaderClassName
{
color: #61E97A;
}
.AnyTagClassName
{
color: #61E97A;
}
</style>
background-color css
<style>
a { background-color: #61E97A; }
a { background-color: rgb(97,233,122); }
div.DivClassName
{
background-color: #61E97A;
}
.BgClassName
{
background-color: #61E97A;
}
</style>
border-color css
<style>
span { border-color: #61E97A; }
span { border-color: rgb(97,233,122); }
td.TdClassName
{
border-color: #61E97A;
}
.TagClassName
{
border-color: #61E97A;
}
</style>