Shades of Pastel Green #61E87E
Tints of Pastel Green #61E87E
RGB
CMYK
RGB Variations
Color information
#61E87E (or 0x61E87E) is known color: Pastel Green. HEX triplet: 61, E8 and 7E. RGB value is (97,232,126). Sum of RGB (Red+Green+Blue) = 97+232+126=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #61E87E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E87E is #9E1781. Grayscale: #B3B3B3. Windows color (decimal): -10360706 or 8317025. OLE color: 8317025.
HSL color Cylindrical-coordinate representation of color #61E87E: hue angle of 132.89º degrees, saturation: 0.75, 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 #61E87E is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 126 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.09 |
| HSL | 132.89º | 0.75% | 0.65% | - |
| HSV(B) | 132.89º | 0.58% | 0.91% | - |
| XYZ | 37.55 | 61.76 | 29.68 | - |
| YUV | 179.55 | 97.77 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 126 | 0.58 | 0 | 0.46 | 0.09 | 132.89 | 0.75 | 0.65 |
| Hex | 61 | E8 | 7E | 3A | 0 | 2E | 9 | 85 | 4B | 41 |
| Octal | 141 | 350 | 176 | 72 | 0 | 56 | 11 | 205 | 113 | 101 |
| Binary | 1100001 | 11101000 | 1111110 | 111010 | 0 | 101110 | 1001 | 10000101 | 1001011 | 1000001 |
Color Harmonies of #61E87E
Complementary color
Monochromatic Colors of #61E87E
Black with #61E87E
Text Example
Text Example
White with #61E87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E87E; }
p { color: rgb(97,232,126); }
H1.HeaderClassName
{
color: #61E87E;
}
.AnyTagClassName
{
color: #61E87E;
}
</style>
background-color css
<style>
a { background-color: #61E87E; }
a { background-color: rgb(97,232,126); }
div.DivClassName
{
background-color: #61E87E;
}
.BgClassName
{
background-color: #61E87E;
}
</style>
border-color css
<style>
span { border-color: #61E87E; }
span { border-color: rgb(97,232,126); }
td.TdClassName
{
border-color: #61E87E;
}
.TagClassName
{
border-color: #61E87E;
}
</style>