Shades of Pastel Green #6DDC8D
Tints of Pastel Green #6DDC8D
RGB
CMYK
RGB Variations
Color information
#6DDC8D (or 0x6DDC8D) is known color: Pastel Green. HEX triplet: 6D, DC and 8D. RGB value is (109,220,141). Sum of RGB (Red+Green+Blue) = 109+220+141=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDC8D is #922372. Grayscale: #B2B2B2. Windows color (decimal): -9577331 or 9297005. OLE color: 9297005.
HSL color Cylindrical-coordinate representation of color #6DDC8D: hue angle of 137.3º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDC8D is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 141 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.14 |
| HSL | 137.3º | 0.61% | 0.65% | - |
| HSV(B) | 137.3º | 0.5% | 0.86% | - |
| XYZ | 36.71 | 56.36 | 34.14 | - |
| YUV | 177.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 141 | 0.50 | 0 | 0.36 | 0.14 | 137.3 | 0.61 | 0.65 |
| Hex | 6D | DC | 8D | 32 | 0 | 24 | E | 89 | 3D | 41 |
| Octal | 155 | 334 | 215 | 62 | 0 | 44 | 16 | 211 | 75 | 101 |
| Binary | 1101101 | 11011100 | 10001101 | 110010 | 0 | 100100 | 1110 | 10001001 | 111101 | 1000001 |
Color Harmonies of #6DDC8D
Complementary color
Monochromatic Colors of #6DDC8D
Black with #6DDC8D
Text Example
Text Example
White with #6DDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDC8D; }
p { color: rgb(109,220,141); }
H1.HeaderClassName
{
color: #6DDC8D;
}
.AnyTagClassName
{
color: #6DDC8D;
}
</style>
background-color css
<style>
a { background-color: #6DDC8D; }
a { background-color: rgb(109,220,141); }
div.DivClassName
{
background-color: #6DDC8D;
}
.BgClassName
{
background-color: #6DDC8D;
}
</style>
border-color css
<style>
span { border-color: #6DDC8D; }
span { border-color: rgb(109,220,141); }
td.TdClassName
{
border-color: #6DDC8D;
}
.TagClassName
{
border-color: #6DDC8D;
}
</style>