Shades of Pastel Green #6DDD7A
Tints of Pastel Green #6DDD7A
RGB
CMYK
RGB Variations
Color information
#6DDD7A (or 0x6DDD7A) is known color: Pastel Green. HEX triplet: 6D, DD and 7A. RGB value is (109,221,122). Sum of RGB (Red+Green+Blue) = 109+221+122=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDD7A is #922285. Grayscale: #B0B0B0. Windows color (decimal): -9577094 or 8052077. OLE color: 8052077.
HSL color Cylindrical-coordinate representation of color #6DDD7A: hue angle of 126.96º 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 #6DDD7A is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 122 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.13 |
| HSL | 126.96º | 0.62% | 0.65% | - |
| HSV(B) | 126.96º | 0.51% | 0.87% | - |
| XYZ | 35.68 | 56.37 | 27.41 | - |
| YUV | 176.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 122 | 0.51 | 0 | 0.45 | 0.13 | 126.96 | 0.62 | 0.65 |
| Hex | 6D | DD | 7A | 33 | 0 | 2D | D | 7F | 3E | 41 |
| Octal | 155 | 335 | 172 | 63 | 0 | 55 | 15 | 177 | 76 | 101 |
| Binary | 1101101 | 11011101 | 1111010 | 110011 | 0 | 101101 | 1101 | 1111111 | 111110 | 1000001 |
Color Harmonies of #6DDD7A
Complementary color
Monochromatic Colors of #6DDD7A
Black with #6DDD7A
Text Example
Text Example
White with #6DDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD7A; }
p { color: rgb(109,221,122); }
H1.HeaderClassName
{
color: #6DDD7A;
}
.AnyTagClassName
{
color: #6DDD7A;
}
</style>
background-color css
<style>
a { background-color: #6DDD7A; }
a { background-color: rgb(109,221,122); }
div.DivClassName
{
background-color: #6DDD7A;
}
.BgClassName
{
background-color: #6DDD7A;
}
</style>
border-color css
<style>
span { border-color: #6DDD7A; }
span { border-color: rgb(109,221,122); }
td.TdClassName
{
border-color: #6DDD7A;
}
.TagClassName
{
border-color: #6DDD7A;
}
</style>