Shades of Pastel Green #61D770
Tints of Pastel Green #61D770
RGB
CMYK
RGB Variations
Color information
#61D770 (or 0x61D770) is known color: Pastel Green. HEX triplet: 61, D7 and 70. RGB value is (97,215,112). Sum of RGB (Red+Green+Blue) = 97+215+112=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #61D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D770 is #9E288F. Grayscale: #A8A8A8. Windows color (decimal): -10365072 or 7395169. OLE color: 7395169.
HSL color Cylindrical-coordinate representation of color #61D770: hue angle of 127.63º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D770 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 215 | 112 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.16 |
| HSL | 127.63º | 0.6% | 0.61% | - |
| HSV(B) | 127.63º | 0.55% | 0.84% | - |
| XYZ | 32.15 | 52.31 | 23.73 | - |
| YUV | 167.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 215 | 112 | 0.55 | 0 | 0.48 | 0.16 | 127.63 | 0.6 | 0.61 |
| Hex | 61 | D7 | 70 | 37 | 0 | 30 | 10 | 80 | 3C | 3D |
| Octal | 141 | 327 | 160 | 67 | 0 | 60 | 20 | 200 | 74 | 75 |
| Binary | 1100001 | 11010111 | 1110000 | 110111 | 0 | 110000 | 10000 | 10000000 | 111100 | 111101 |
Color Harmonies of #61D770
Complementary color
Monochromatic Colors of #61D770
Black with #61D770
Text Example
Text Example
White with #61D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D770; }
p { color: rgb(97,215,112); }
H1.HeaderClassName
{
color: #61D770;
}
.AnyTagClassName
{
color: #61D770;
}
</style>
background-color css
<style>
a { background-color: #61D770; }
a { background-color: rgb(97,215,112); }
div.DivClassName
{
background-color: #61D770;
}
.BgClassName
{
background-color: #61D770;
}
</style>
border-color css
<style>
span { border-color: #61D770; }
span { border-color: rgb(97,215,112); }
td.TdClassName
{
border-color: #61D770;
}
.TagClassName
{
border-color: #61D770;
}
</style>