Shades of Pastel Green #6DD07D
Tints of Pastel Green #6DD07D
RGB
CMYK
RGB Variations
Color information
#6DD07D (or 0x6DD07D) is known color: Pastel Green. HEX triplet: 6D, D0 and 7D. RGB value is (109,208,125). Sum of RGB (Red+Green+Blue) = 109+208+125=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD07D is #922F82. Grayscale: #A9A9A9. Windows color (decimal): -9580419 or 8245357. OLE color: 8245357.
HSL color Cylindrical-coordinate representation of color #6DD07D: hue angle of 129.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD07D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 125 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.18 |
| HSL | 129.7º | 0.51% | 0.62% | - |
| HSV(B) | 129.7º | 0.48% | 0.82% | - |
| XYZ | 32.56 | 49.84 | 27.31 | - |
| YUV | 168.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 125 | 0.48 | 0 | 0.40 | 0.18 | 129.7 | 0.51 | 0.62 |
| Hex | 6D | D0 | 7D | 30 | 0 | 28 | 12 | 82 | 33 | 3E |
| Octal | 155 | 320 | 175 | 60 | 0 | 50 | 22 | 202 | 63 | 76 |
| Binary | 1101101 | 11010000 | 1111101 | 110000 | 0 | 101000 | 10010 | 10000010 | 110011 | 111110 |
Color Harmonies of #6DD07D
Complementary color
Monochromatic Colors of #6DD07D
Black with #6DD07D
Text Example
Text Example
White with #6DD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD07D; }
p { color: rgb(109,208,125); }
H1.HeaderClassName
{
color: #6DD07D;
}
.AnyTagClassName
{
color: #6DD07D;
}
</style>
background-color css
<style>
a { background-color: #6DD07D; }
a { background-color: rgb(109,208,125); }
div.DivClassName
{
background-color: #6DD07D;
}
.BgClassName
{
background-color: #6DD07D;
}
</style>
border-color css
<style>
span { border-color: #6DD07D; }
span { border-color: rgb(109,208,125); }
td.TdClassName
{
border-color: #6DD07D;
}
.TagClassName
{
border-color: #6DD07D;
}
</style>