Shades of Pastel Green #6DD27A
Tints of Pastel Green #6DD27A
RGB
CMYK
RGB Variations
Color information
#6DD27A (or 0x6DD27A) is known color: Pastel Green. HEX triplet: 6D, D2 and 7A. RGB value is (109,210,122). Sum of RGB (Red+Green+Blue) = 109+210+122=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD27A is #922D85. Grayscale: #AAAAAA. Windows color (decimal): -9579910 or 8049261. OLE color: 8049261.
HSL color Cylindrical-coordinate representation of color #6DD27A: hue angle of 127.72º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD27A is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 122 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.18 |
| HSL | 127.72º | 0.53% | 0.63% | - |
| HSV(B) | 127.72º | 0.48% | 0.82% | - |
| XYZ | 32.87 | 50.75 | 26.48 | - |
| YUV | 169.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 122 | 0.48 | 0 | 0.42 | 0.18 | 127.72 | 0.53 | 0.63 |
| Hex | 6D | D2 | 7A | 30 | 0 | 2A | 12 | 80 | 35 | 3F |
| Octal | 155 | 322 | 172 | 60 | 0 | 52 | 22 | 200 | 65 | 77 |
| Binary | 1101101 | 11010010 | 1111010 | 110000 | 0 | 101010 | 10010 | 10000000 | 110101 | 111111 |
Color Harmonies of #6DD27A
Complementary color
Monochromatic Colors of #6DD27A
Black with #6DD27A
Text Example
Text Example
White with #6DD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD27A; }
p { color: rgb(109,210,122); }
H1.HeaderClassName
{
color: #6DD27A;
}
.AnyTagClassName
{
color: #6DD27A;
}
</style>
background-color css
<style>
a { background-color: #6DD27A; }
a { background-color: rgb(109,210,122); }
div.DivClassName
{
background-color: #6DD27A;
}
.BgClassName
{
background-color: #6DD27A;
}
</style>
border-color css
<style>
span { border-color: #6DD27A; }
span { border-color: rgb(109,210,122); }
td.TdClassName
{
border-color: #6DD27A;
}
.TagClassName
{
border-color: #6DD27A;
}
</style>