Shades of Pastel Green #61E57D
Tints of Pastel Green #61E57D
RGB
CMYK
RGB Variations
Color information
#61E57D (or 0x61E57D) is known color: Pastel Green. HEX triplet: 61, E5 and 7D. RGB value is (97,229,125). Sum of RGB (Red+Green+Blue) = 97+229+125=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #61E57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61E57D is #9E1A82. Grayscale: #B1B1B1. Windows color (decimal): -10361475 or 8250721. OLE color: 8250721.
HSL color Cylindrical-coordinate representation of color #61E57D: hue angle of 132.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E57D is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 125 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.10 |
| HSL | 132.73º | 0.72% | 0.64% | - |
| HSV(B) | 132.73º | 0.58% | 0.9% | - |
| XYZ | 36.65 | 60.06 | 29.06 | - |
| YUV | 177.68 | 98.27 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 125 | 0.58 | 0 | 0.45 | 0.10 | 132.73 | 0.72 | 0.64 |
| Hex | 61 | E5 | 7D | 3A | 0 | 2D | A | 85 | 48 | 40 |
| Octal | 141 | 345 | 175 | 72 | 0 | 55 | 12 | 205 | 110 | 100 |
| Binary | 1100001 | 11100101 | 1111101 | 111010 | 0 | 101101 | 1010 | 10000101 | 1001000 | 1000000 |
Color Harmonies of #61E57D
Complementary color
Monochromatic Colors of #61E57D
Black with #61E57D
Text Example
Text Example
White with #61E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E57D; }
p { color: rgb(97,229,125); }
H1.HeaderClassName
{
color: #61E57D;
}
.AnyTagClassName
{
color: #61E57D;
}
</style>
background-color css
<style>
a { background-color: #61E57D; }
a { background-color: rgb(97,229,125); }
div.DivClassName
{
background-color: #61E57D;
}
.BgClassName
{
background-color: #61E57D;
}
</style>
border-color css
<style>
span { border-color: #61E57D; }
span { border-color: rgb(97,229,125); }
td.TdClassName
{
border-color: #61E57D;
}
.TagClassName
{
border-color: #61E57D;
}
</style>