Shades of Pastel Green #61DC70
Tints of Pastel Green #61DC70
RGB
CMYK
RGB Variations
Color information
#61DC70 (or 0x61DC70) is known color: Pastel Green. HEX triplet: 61, DC and 70. RGB value is (97,220,112). Sum of RGB (Red+Green+Blue) = 97+220+112=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DC70 is #9E238F. Grayscale: #ABABAB. Windows color (decimal): -10363792 or 7396449. OLE color: 7396449.
HSL color Cylindrical-coordinate representation of color #61DC70: hue angle of 127.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC70 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 112 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.14 |
| HSL | 127.32º | 0.64% | 0.62% | - |
| HSV(B) | 127.32º | 0.56% | 0.86% | - |
| XYZ | 33.45 | 54.9 | 24.16 | - |
| YUV | 170.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 112 | 0.56 | 0 | 0.49 | 0.14 | 127.32 | 0.64 | 0.62 |
| Hex | 61 | DC | 70 | 38 | 0 | 31 | E | 7F | 40 | 3E |
| Octal | 141 | 334 | 160 | 70 | 0 | 61 | 16 | 177 | 100 | 76 |
| Binary | 1100001 | 11011100 | 1110000 | 111000 | 0 | 110001 | 1110 | 1111111 | 1000000 | 111110 |
Color Harmonies of #61DC70
Complementary color
Monochromatic Colors of #61DC70
Black with #61DC70
Text Example
Text Example
White with #61DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC70; }
p { color: rgb(97,220,112); }
H1.HeaderClassName
{
color: #61DC70;
}
.AnyTagClassName
{
color: #61DC70;
}
</style>
background-color css
<style>
a { background-color: #61DC70; }
a { background-color: rgb(97,220,112); }
div.DivClassName
{
background-color: #61DC70;
}
.BgClassName
{
background-color: #61DC70;
}
</style>
border-color css
<style>
span { border-color: #61DC70; }
span { border-color: rgb(97,220,112); }
td.TdClassName
{
border-color: #61DC70;
}
.TagClassName
{
border-color: #61DC70;
}
</style>