Shades of Pastel Green #6DDD8B
Tints of Pastel Green #6DDD8B
RGB
CMYK
RGB Variations
Color information
#6DDD8B (or 0x6DDD8B) is known color: Pastel Green. HEX triplet: 6D, DD and 8B. RGB value is (109,221,139). Sum of RGB (Red+Green+Blue) = 109+221+139=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDD8B is #922274. Grayscale: #B2B2B2. Windows color (decimal): -9577077 or 9166189. OLE color: 9166189.
HSL color Cylindrical-coordinate representation of color #6DDD8B: hue angle of 136.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDD8B is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 139 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.13 |
| HSL | 136.07º | 0.62% | 0.65% | - |
| HSV(B) | 136.07º | 0.51% | 0.87% | - |
| XYZ | 36.82 | 56.83 | 33.45 | - |
| YUV | 178.16 | 105.89 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 139 | 0.51 | 0 | 0.37 | 0.13 | 136.07 | 0.62 | 0.65 |
| Hex | 6D | DD | 8B | 33 | 0 | 25 | D | 88 | 3E | 41 |
| Octal | 155 | 335 | 213 | 63 | 0 | 45 | 15 | 210 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10001011 | 110011 | 0 | 100101 | 1101 | 10001000 | 111110 | 1000001 |
Color Harmonies of #6DDD8B
Complementary color
Monochromatic Colors of #6DDD8B
Black with #6DDD8B
Text Example
Text Example
White with #6DDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD8B; }
p { color: rgb(109,221,139); }
H1.HeaderClassName
{
color: #6DDD8B;
}
.AnyTagClassName
{
color: #6DDD8B;
}
</style>
background-color css
<style>
a { background-color: #6DDD8B; }
a { background-color: rgb(109,221,139); }
div.DivClassName
{
background-color: #6DDD8B;
}
.BgClassName
{
background-color: #6DDD8B;
}
</style>
border-color css
<style>
span { border-color: #6DDD8B; }
span { border-color: rgb(109,221,139); }
td.TdClassName
{
border-color: #6DDD8B;
}
.TagClassName
{
border-color: #6DDD8B;
}
</style>