Shades of Pastel Green #61D76D
Tints of Pastel Green #61D76D
RGB
CMYK
RGB Variations
Color information
#61D76D (or 0x61D76D) is known color: Pastel Green. HEX triplet: 61, D7 and 6D. RGB value is (97,215,109). Sum of RGB (Red+Green+Blue) = 97+215+109=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #61D76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D76D is #9E2892. Grayscale: #A7A7A7. Windows color (decimal): -10365075 or 7198561. OLE color: 7198561.
HSL color Cylindrical-coordinate representation of color #61D76D: hue angle of 126.1º 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 #61D76D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 215 | 109 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.16 |
| HSL | 126.1º | 0.6% | 0.61% | - |
| HSV(B) | 126.1º | 0.55% | 0.84% | - |
| XYZ | 31.99 | 52.25 | 22.87 | - |
| YUV | 167.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 215 | 109 | 0.55 | 0 | 0.49 | 0.16 | 126.1 | 0.6 | 0.61 |
| Hex | 61 | D7 | 6D | 37 | 0 | 31 | 10 | 7E | 3C | 3D |
| Octal | 141 | 327 | 155 | 67 | 0 | 61 | 20 | 176 | 74 | 75 |
| Binary | 1100001 | 11010111 | 1101101 | 110111 | 0 | 110001 | 10000 | 1111110 | 111100 | 111101 |
Color Harmonies of #61D76D
Complementary color
Monochromatic Colors of #61D76D
Black with #61D76D
Text Example
Text Example
White with #61D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D76D; }
p { color: rgb(97,215,109); }
H1.HeaderClassName
{
color: #61D76D;
}
.AnyTagClassName
{
color: #61D76D;
}
</style>
background-color css
<style>
a { background-color: #61D76D; }
a { background-color: rgb(97,215,109); }
div.DivClassName
{
background-color: #61D76D;
}
.BgClassName
{
background-color: #61D76D;
}
</style>
border-color css
<style>
span { border-color: #61D76D; }
span { border-color: rgb(97,215,109); }
td.TdClassName
{
border-color: #61D76D;
}
.TagClassName
{
border-color: #61D76D;
}
</style>