Shades of Pastel Green #6DD971
Tints of Pastel Green #6DD971
RGB
CMYK
RGB Variations
Color information
#6DD971 (or 0x6DD971) is known color: Pastel Green. HEX triplet: 6D, D9 and 71. RGB value is (109,217,113). Sum of RGB (Red+Green+Blue) = 109+217+113=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD971 is #92268E. Grayscale: #ADADAD. Windows color (decimal): -9578127 or 7461229. OLE color: 7461229.
HSL color Cylindrical-coordinate representation of color #6DD971: hue angle of 122.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD971 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 113 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.15 |
| HSL | 122.22º | 0.59% | 0.64% | - |
| HSV(B) | 122.22º | 0.5% | 0.85% | - |
| XYZ | 34.1 | 54.07 | 24.26 | - |
| YUV | 172.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 113 | 0.50 | 0 | 0.48 | 0.15 | 122.22 | 0.59 | 0.64 |
| Hex | 6D | D9 | 71 | 32 | 0 | 30 | F | 7A | 3B | 40 |
| Octal | 155 | 331 | 161 | 62 | 0 | 60 | 17 | 172 | 73 | 100 |
| Binary | 1101101 | 11011001 | 1110001 | 110010 | 0 | 110000 | 1111 | 1111010 | 111011 | 1000000 |
Color Harmonies of #6DD971
Complementary color
Monochromatic Colors of #6DD971
Black with #6DD971
Text Example
Text Example
White with #6DD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD971; }
p { color: rgb(109,217,113); }
H1.HeaderClassName
{
color: #6DD971;
}
.AnyTagClassName
{
color: #6DD971;
}
</style>
background-color css
<style>
a { background-color: #6DD971; }
a { background-color: rgb(109,217,113); }
div.DivClassName
{
background-color: #6DD971;
}
.BgClassName
{
background-color: #6DD971;
}
</style>
border-color css
<style>
span { border-color: #6DD971; }
span { border-color: rgb(109,217,113); }
td.TdClassName
{
border-color: #6DD971;
}
.TagClassName
{
border-color: #6DD971;
}
</style>