Shades of Pastel Green #6DD26D
Tints of Pastel Green #6DD26D
RGB
CMYK
RGB Variations
Color information
#6DD26D (or 0x6DD26D) is known color: Pastel Green. HEX triplet: 6D, D2 and 6D. RGB value is (109,210,109). Sum of RGB (Red+Green+Blue) = 109+210+109=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD26D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD26D is #922D92. Grayscale: #A8A8A8. Windows color (decimal): -9579923 or 7197293. OLE color: 7197293.
HSL color Cylindrical-coordinate representation of color #6DD26D: hue angle of 120º 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 #6DD26D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 109 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.18 |
| HSL | 120º | 0.53% | 0.63% | - |
| HSV(B) | 120º | 0.48% | 0.82% | - |
| XYZ | 32.11 | 50.45 | 22.51 | - |
| YUV | 168.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 109 | 0.48 | 0 | 0.48 | 0.18 | 120 | 0.53 | 0.63 |
| Hex | 6D | D2 | 6D | 30 | 0 | 30 | 12 | 78 | 35 | 3F |
| Octal | 155 | 322 | 155 | 60 | 0 | 60 | 22 | 170 | 65 | 77 |
| Binary | 1101101 | 11010010 | 1101101 | 110000 | 0 | 110000 | 10010 | 1111000 | 110101 | 111111 |
Color Harmonies of #6DD26D
Complementary color
Monochromatic Colors of #6DD26D
Black with #6DD26D
Text Example
Text Example
White with #6DD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD26D; }
p { color: rgb(109,210,109); }
H1.HeaderClassName
{
color: #6DD26D;
}
.AnyTagClassName
{
color: #6DD26D;
}
</style>
background-color css
<style>
a { background-color: #6DD26D; }
a { background-color: rgb(109,210,109); }
div.DivClassName
{
background-color: #6DD26D;
}
.BgClassName
{
background-color: #6DD26D;
}
</style>
border-color css
<style>
span { border-color: #6DD26D; }
span { border-color: rgb(109,210,109); }
td.TdClassName
{
border-color: #6DD26D;
}
.TagClassName
{
border-color: #6DD26D;
}
</style>