Shades of Pastel Green #6DDB70
Tints of Pastel Green #6DDB70
RGB
CMYK
RGB Variations
Color information
#6DDB70 (or 0x6DDB70) is known color: Pastel Green. HEX triplet: 6D, DB and 70. RGB value is (109,219,112). Sum of RGB (Red+Green+Blue) = 109+219+112=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDB70 is #92248F. Grayscale: #AEAEAE. Windows color (decimal): -9577616 or 7396205. OLE color: 7396205.
HSL color Cylindrical-coordinate representation of color #6DDB70: hue angle of 121.64º 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 #6DDB70 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 112 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.14 |
| HSL | 121.64º | 0.6% | 0.64% | - |
| HSV(B) | 121.64º | 0.5% | 0.86% | - |
| XYZ | 34.56 | 55.08 | 24.14 | - |
| YUV | 173.91 | 93.06 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 112 | 0.50 | 0 | 0.49 | 0.14 | 121.64 | 0.6 | 0.64 |
| Hex | 6D | DB | 70 | 32 | 0 | 31 | E | 7A | 3C | 40 |
| Octal | 155 | 333 | 160 | 62 | 0 | 61 | 16 | 172 | 74 | 100 |
| Binary | 1101101 | 11011011 | 1110000 | 110010 | 0 | 110001 | 1110 | 1111010 | 111100 | 1000000 |
Color Harmonies of #6DDB70
Complementary color
Monochromatic Colors of #6DDB70
Black with #6DDB70
Text Example
Text Example
White with #6DDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB70; }
p { color: rgb(109,219,112); }
H1.HeaderClassName
{
color: #6DDB70;
}
.AnyTagClassName
{
color: #6DDB70;
}
</style>
background-color css
<style>
a { background-color: #6DDB70; }
a { background-color: rgb(109,219,112); }
div.DivClassName
{
background-color: #6DDB70;
}
.BgClassName
{
background-color: #6DDB70;
}
</style>
border-color css
<style>
span { border-color: #6DDB70; }
span { border-color: rgb(109,219,112); }
td.TdClassName
{
border-color: #6DDB70;
}
.TagClassName
{
border-color: #6DDB70;
}
</style>