Shades of Pastel Green #61DD79
Tints of Pastel Green #61DD79
RGB
CMYK
RGB Variations
Color information
#61DD79 (or 0x61DD79) is known color: Pastel Green. HEX triplet: 61, DD and 79. RGB value is (97,221,121). Sum of RGB (Red+Green+Blue) = 97+221+121=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD79 is #9E2286. Grayscale: #ACACAC. Windows color (decimal): -10363527 or 7986529. OLE color: 7986529.
HSL color Cylindrical-coordinate representation of color #61DD79: hue angle of 131.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD79 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 121 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.13 |
| HSL | 131.61º | 0.65% | 0.62% | - |
| HSV(B) | 131.61º | 0.56% | 0.87% | - |
| XYZ | 34.24 | 55.63 | 27.02 | - |
| YUV | 172.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 121 | 0.56 | 0 | 0.45 | 0.13 | 131.61 | 0.65 | 0.62 |
| Hex | 61 | DD | 79 | 38 | 0 | 2D | D | 84 | 41 | 3E |
| Octal | 141 | 335 | 171 | 70 | 0 | 55 | 15 | 204 | 101 | 76 |
| Binary | 1100001 | 11011101 | 1111001 | 111000 | 0 | 101101 | 1101 | 10000100 | 1000001 | 111110 |
Color Harmonies of #61DD79
Complementary color
Monochromatic Colors of #61DD79
Black with #61DD79
Text Example
Text Example
White with #61DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD79; }
p { color: rgb(97,221,121); }
H1.HeaderClassName
{
color: #61DD79;
}
.AnyTagClassName
{
color: #61DD79;
}
</style>
background-color css
<style>
a { background-color: #61DD79; }
a { background-color: rgb(97,221,121); }
div.DivClassName
{
background-color: #61DD79;
}
.BgClassName
{
background-color: #61DD79;
}
</style>
border-color css
<style>
span { border-color: #61DD79; }
span { border-color: rgb(97,221,121); }
td.TdClassName
{
border-color: #61DD79;
}
.TagClassName
{
border-color: #61DD79;
}
</style>