Shades of Pastel Green #6DDD81
Tints of Pastel Green #6DDD81
RGB
CMYK
RGB Variations
Color information
#6DDD81 (or 0x6DDD81) is known color: Pastel Green. HEX triplet: 6D, DD and 81. RGB value is (109,221,129). Sum of RGB (Red+Green+Blue) = 109+221+129=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDD81 is #92227E. Grayscale: #B1B1B1. Windows color (decimal): -9577087 or 8510829. OLE color: 8510829.
HSL color Cylindrical-coordinate representation of color #6DDD81: hue angle of 130.71º 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 #6DDD81 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 129 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.13 |
| HSL | 130.71º | 0.62% | 0.65% | - |
| HSV(B) | 130.71º | 0.51% | 0.87% | - |
| XYZ | 36.13 | 56.55 | 29.78 | - |
| YUV | 177.02 | 100.89 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 129 | 0.51 | 0 | 0.42 | 0.13 | 130.71 | 0.62 | 0.65 |
| Hex | 6D | DD | 81 | 33 | 0 | 2A | D | 83 | 3E | 41 |
| Octal | 155 | 335 | 201 | 63 | 0 | 52 | 15 | 203 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10000001 | 110011 | 0 | 101010 | 1101 | 10000011 | 111110 | 1000001 |
Color Harmonies of #6DDD81
Complementary color
Monochromatic Colors of #6DDD81
Black with #6DDD81
Text Example
Text Example
White with #6DDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD81; }
p { color: rgb(109,221,129); }
H1.HeaderClassName
{
color: #6DDD81;
}
.AnyTagClassName
{
color: #6DDD81;
}
</style>
background-color css
<style>
a { background-color: #6DDD81; }
a { background-color: rgb(109,221,129); }
div.DivClassName
{
background-color: #6DDD81;
}
.BgClassName
{
background-color: #6DDD81;
}
</style>
border-color css
<style>
span { border-color: #6DDD81; }
span { border-color: rgb(109,221,129); }
td.TdClassName
{
border-color: #6DDD81;
}
.TagClassName
{
border-color: #6DDD81;
}
</style>