Shades of Pastel Green #6DDB84
Tints of Pastel Green #6DDB84
RGB
CMYK
RGB Variations
Color information
#6DDB84 (or 0x6DDB84) is known color: Pastel Green. HEX triplet: 6D, DB and 84. RGB value is (109,219,132). Sum of RGB (Red+Green+Blue) = 109+219+132=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDB84 is #92247B. Grayscale: #B0B0B0. Windows color (decimal): -9577596 or 8706925. OLE color: 8706925.
HSL color Cylindrical-coordinate representation of color #6DDB84: hue angle of 132.55º 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 #6DDB84 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 132 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.14 |
| HSL | 132.55º | 0.6% | 0.64% | - |
| HSV(B) | 132.55º | 0.5% | 0.86% | - |
| XYZ | 35.8 | 55.58 | 30.67 | - |
| YUV | 176.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 132 | 0.50 | 0 | 0.40 | 0.14 | 132.55 | 0.6 | 0.64 |
| Hex | 6D | DB | 84 | 32 | 0 | 28 | E | 85 | 3C | 40 |
| Octal | 155 | 333 | 204 | 62 | 0 | 50 | 16 | 205 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10000100 | 110010 | 0 | 101000 | 1110 | 10000101 | 111100 | 1000000 |
Color Harmonies of #6DDB84
Complementary color
Monochromatic Colors of #6DDB84
Black with #6DDB84
Text Example
Text Example
White with #6DDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB84; }
p { color: rgb(109,219,132); }
H1.HeaderClassName
{
color: #6DDB84;
}
.AnyTagClassName
{
color: #6DDB84;
}
</style>
background-color css
<style>
a { background-color: #6DDB84; }
a { background-color: rgb(109,219,132); }
div.DivClassName
{
background-color: #6DDB84;
}
.BgClassName
{
background-color: #6DDB84;
}
</style>
border-color css
<style>
span { border-color: #6DDB84; }
span { border-color: rgb(109,219,132); }
td.TdClassName
{
border-color: #6DDB84;
}
.TagClassName
{
border-color: #6DDB84;
}
</style>