Shades of Pastel Green #61E876
Tints of Pastel Green #61E876
RGB
CMYK
RGB Variations
Color information
#61E876 (or 0x61E876) is known color: Pastel Green. HEX triplet: 61, E8 and 76. RGB value is (97,232,118). Sum of RGB (Red+Green+Blue) = 97+232+118=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #61E876 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61E876 is #9E1789. Grayscale: #B2B2B2. Windows color (decimal): -10360714 or 7792737. OLE color: 7792737.
HSL color Cylindrical-coordinate representation of color #61E876: hue angle of 129.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 #61E876 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 118 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.09 |
| HSL | 129.33º | 0.75% | 0.65% | - |
| HSV(B) | 129.33º | 0.58% | 0.91% | - |
| XYZ | 37.06 | 61.56 | 27.07 | - |
| YUV | 178.64 | 93.77 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 118 | 0.58 | 0 | 0.49 | 0.09 | 129.33 | 0.75 | 0.65 |
| Hex | 61 | E8 | 76 | 3A | 0 | 31 | 9 | 81 | 4B | 41 |
| Octal | 141 | 350 | 166 | 72 | 0 | 61 | 11 | 201 | 113 | 101 |
| Binary | 1100001 | 11101000 | 1110110 | 111010 | 0 | 110001 | 1001 | 10000001 | 1001011 | 1000001 |
Color Harmonies of #61E876
Complementary color
Monochromatic Colors of #61E876
Black with #61E876
Text Example
Text Example
White with #61E876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E876; }
p { color: rgb(97,232,118); }
H1.HeaderClassName
{
color: #61E876;
}
.AnyTagClassName
{
color: #61E876;
}
</style>
background-color css
<style>
a { background-color: #61E876; }
a { background-color: rgb(97,232,118); }
div.DivClassName
{
background-color: #61E876;
}
.BgClassName
{
background-color: #61E876;
}
</style>
border-color css
<style>
span { border-color: #61E876; }
span { border-color: rgb(97,232,118); }
td.TdClassName
{
border-color: #61E876;
}
.TagClassName
{
border-color: #61E876;
}
</style>