Shades of Pastel Green #61E87F
Tints of Pastel Green #61E87F
RGB
CMYK
RGB Variations
Color information
#61E87F (or 0x61E87F) is known color: Pastel Green. HEX triplet: 61, E8 and 7F. RGB value is (97,232,127). Sum of RGB (Red+Green+Blue) = 97+232+127=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #61E87F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E87F is #9E1780. Grayscale: #B3B3B3. Windows color (decimal): -10360705 or 8382561. OLE color: 8382561.
HSL color Cylindrical-coordinate representation of color #61E87F: hue angle of 133.33º 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 #61E87F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 127 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.09 |
| HSL | 133.33º | 0.75% | 0.65% | - |
| HSV(B) | 133.33º | 0.58% | 0.91% | - |
| XYZ | 37.62 | 61.79 | 30.02 | - |
| YUV | 179.67 | 98.27 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 127 | 0.58 | 0 | 0.45 | 0.09 | 133.33 | 0.75 | 0.65 |
| Hex | 61 | E8 | 7F | 3A | 0 | 2D | 9 | 85 | 4B | 41 |
| Octal | 141 | 350 | 177 | 72 | 0 | 55 | 11 | 205 | 113 | 101 |
| Binary | 1100001 | 11101000 | 1111111 | 111010 | 0 | 101101 | 1001 | 10000101 | 1001011 | 1000001 |
Color Harmonies of #61E87F
Complementary color
Monochromatic Colors of #61E87F
Black with #61E87F
Text Example
Text Example
White with #61E87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E87F; }
p { color: rgb(97,232,127); }
H1.HeaderClassName
{
color: #61E87F;
}
.AnyTagClassName
{
color: #61E87F;
}
</style>
background-color css
<style>
a { background-color: #61E87F; }
a { background-color: rgb(97,232,127); }
div.DivClassName
{
background-color: #61E87F;
}
.BgClassName
{
background-color: #61E87F;
}
</style>
border-color css
<style>
span { border-color: #61E87F; }
span { border-color: rgb(97,232,127); }
td.TdClassName
{
border-color: #61E87F;
}
.TagClassName
{
border-color: #61E87F;
}
</style>