Shades of Pastel Green #61D96D
Tints of Pastel Green #61D96D
RGB
CMYK
RGB Variations
Color information
#61D96D (or 0x61D96D) is known color: Pastel Green. HEX triplet: 61, D9 and 6D. RGB value is (97,217,109). Sum of RGB (Red+Green+Blue) = 97+217+109=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #61D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D96D is #9E2692. Grayscale: #A9A9A9. Windows color (decimal): -10364563 or 7199073. OLE color: 7199073.
HSL color Cylindrical-coordinate representation of color #61D96D: hue angle of 126º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D96D is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 109 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.15 |
| HSL | 126º | 0.61% | 0.62% | - |
| HSV(B) | 126º | 0.55% | 0.85% | - |
| XYZ | 32.5 | 53.27 | 23.04 | - |
| YUV | 168.81 | 94.24 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 109 | 0.55 | 0 | 0.50 | 0.15 | 126 | 0.61 | 0.62 |
| Hex | 61 | D9 | 6D | 37 | 0 | 32 | F | 7E | 3D | 3E |
| Octal | 141 | 331 | 155 | 67 | 0 | 62 | 17 | 176 | 75 | 76 |
| Binary | 1100001 | 11011001 | 1101101 | 110111 | 0 | 110010 | 1111 | 1111110 | 111101 | 111110 |
Color Harmonies of #61D96D
Complementary color
Monochromatic Colors of #61D96D
Black with #61D96D
Text Example
Text Example
White with #61D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D96D; }
p { color: rgb(97,217,109); }
H1.HeaderClassName
{
color: #61D96D;
}
.AnyTagClassName
{
color: #61D96D;
}
</style>
background-color css
<style>
a { background-color: #61D96D; }
a { background-color: rgb(97,217,109); }
div.DivClassName
{
background-color: #61D96D;
}
.BgClassName
{
background-color: #61D96D;
}
</style>
border-color css
<style>
span { border-color: #61D96D; }
span { border-color: rgb(97,217,109); }
td.TdClassName
{
border-color: #61D96D;
}
.TagClassName
{
border-color: #61D96D;
}
</style>