Shades of Pastel Green #61DE77
Tints of Pastel Green #61DE77
RGB
CMYK
RGB Variations
Color information
#61DE77 (or 0x61DE77) is known color: Pastel Green. HEX triplet: 61, DE and 77. RGB value is (97,222,119). Sum of RGB (Red+Green+Blue) = 97+222+119=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DE77 is #9E2188. Grayscale: #ADADAD. Windows color (decimal): -10363273 or 7855713. OLE color: 7855713.
HSL color Cylindrical-coordinate representation of color #61DE77: hue angle of 130.56º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DE77 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 119 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.13 |
| HSL | 130.56º | 0.65% | 0.63% | - |
| HSV(B) | 130.56º | 0.56% | 0.87% | - |
| XYZ | 34.38 | 56.12 | 26.47 | - |
| YUV | 172.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 119 | 0.56 | 0 | 0.46 | 0.13 | 130.56 | 0.65 | 0.63 |
| Hex | 61 | DE | 77 | 38 | 0 | 2E | D | 83 | 41 | 3F |
| Octal | 141 | 336 | 167 | 70 | 0 | 56 | 15 | 203 | 101 | 77 |
| Binary | 1100001 | 11011110 | 1110111 | 111000 | 0 | 101110 | 1101 | 10000011 | 1000001 | 111111 |
Color Harmonies of #61DE77
Complementary color
Monochromatic Colors of #61DE77
Black with #61DE77
Text Example
Text Example
White with #61DE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DE77; }
p { color: rgb(97,222,119); }
H1.HeaderClassName
{
color: #61DE77;
}
.AnyTagClassName
{
color: #61DE77;
}
</style>
background-color css
<style>
a { background-color: #61DE77; }
a { background-color: rgb(97,222,119); }
div.DivClassName
{
background-color: #61DE77;
}
.BgClassName
{
background-color: #61DE77;
}
</style>
border-color css
<style>
span { border-color: #61DE77; }
span { border-color: rgb(97,222,119); }
td.TdClassName
{
border-color: #61DE77;
}
.TagClassName
{
border-color: #61DE77;
}
</style>