Shades of Pastel Green #6DD970
Tints of Pastel Green #6DD970
RGB
CMYK
RGB Variations
Color information
#6DD970 (or 0x6DD970) is known color: Pastel Green. HEX triplet: 6D, D9 and 70. RGB value is (109,217,112). Sum of RGB (Red+Green+Blue) = 109+217+112=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD970 is #92268F. Grayscale: #ADADAD. Windows color (decimal): -9578128 or 7395693. OLE color: 7395693.
HSL color Cylindrical-coordinate representation of color #6DD970: hue angle of 121.67º 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 #6DD970 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 112 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.15 |
| HSL | 121.67º | 0.59% | 0.64% | - |
| HSV(B) | 121.67º | 0.5% | 0.85% | - |
| XYZ | 34.04 | 54.05 | 23.97 | - |
| YUV | 172.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 112 | 0.50 | 0 | 0.48 | 0.15 | 121.67 | 0.59 | 0.64 |
| Hex | 6D | D9 | 70 | 32 | 0 | 30 | F | 7A | 3B | 40 |
| Octal | 155 | 331 | 160 | 62 | 0 | 60 | 17 | 172 | 73 | 100 |
| Binary | 1101101 | 11011001 | 1110000 | 110010 | 0 | 110000 | 1111 | 1111010 | 111011 | 1000000 |
Color Harmonies of #6DD970
Complementary color
Monochromatic Colors of #6DD970
Black with #6DD970
Text Example
Text Example
White with #6DD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD970; }
p { color: rgb(109,217,112); }
H1.HeaderClassName
{
color: #6DD970;
}
.AnyTagClassName
{
color: #6DD970;
}
</style>
background-color css
<style>
a { background-color: #6DD970; }
a { background-color: rgb(109,217,112); }
div.DivClassName
{
background-color: #6DD970;
}
.BgClassName
{
background-color: #6DD970;
}
</style>
border-color css
<style>
span { border-color: #6DD970; }
span { border-color: rgb(109,217,112); }
td.TdClassName
{
border-color: #6DD970;
}
.TagClassName
{
border-color: #6DD970;
}
</style>