Shades of Pastel Green #6DDB82
Tints of Pastel Green #6DDB82
RGB
CMYK
RGB Variations
Color information
#6DDB82 (or 0x6DDB82) is known color: Pastel Green. HEX triplet: 6D, DB and 82. RGB value is (109,219,130). Sum of RGB (Red+Green+Blue) = 109+219+130=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDB82 is #92247D. Grayscale: #B0B0B0. Windows color (decimal): -9577598 or 8575853. OLE color: 8575853.
HSL color Cylindrical-coordinate representation of color #6DDB82: hue angle of 131.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDB82 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 130 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.14 |
| HSL | 131.45º | 0.6% | 0.64% | - |
| HSV(B) | 131.45º | 0.5% | 0.86% | - |
| XYZ | 35.67 | 55.53 | 29.96 | - |
| YUV | 175.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 130 | 0.50 | 0 | 0.41 | 0.14 | 131.45 | 0.6 | 0.64 |
| Hex | 6D | DB | 82 | 32 | 0 | 29 | E | 83 | 3C | 40 |
| Octal | 155 | 333 | 202 | 62 | 0 | 51 | 16 | 203 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10000010 | 110010 | 0 | 101001 | 1110 | 10000011 | 111100 | 1000000 |
Color Harmonies of #6DDB82
Complementary color
Monochromatic Colors of #6DDB82
Black with #6DDB82
Text Example
Text Example
White with #6DDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB82; }
p { color: rgb(109,219,130); }
H1.HeaderClassName
{
color: #6DDB82;
}
.AnyTagClassName
{
color: #6DDB82;
}
</style>
background-color css
<style>
a { background-color: #6DDB82; }
a { background-color: rgb(109,219,130); }
div.DivClassName
{
background-color: #6DDB82;
}
.BgClassName
{
background-color: #6DDB82;
}
</style>
border-color css
<style>
span { border-color: #6DDB82; }
span { border-color: rgb(109,219,130); }
td.TdClassName
{
border-color: #6DDB82;
}
.TagClassName
{
border-color: #6DDB82;
}
</style>