Shades of Pastel Green #6DDA66
Tints of Pastel Green #6DDA66
RGB
CMYK
RGB Variations
Color information
#6DDA66 (or 0x6DDA66) is known color: Pastel Green. HEX triplet: 6D, DA and 66. RGB value is (109,218,102). Sum of RGB (Red+Green+Blue) = 109+218+102=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDA66 is #922599. Grayscale: #ACACAC. Windows color (decimal): -9577882 or 6740589. OLE color: 6740589.
HSL color Cylindrical-coordinate representation of color #6DDA66: hue angle of 116.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDA66 is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 102 | - |
| CMYK | 0.5 | 0 | 0.53 | 0.15 |
| HSL | 116.38º | 0.61% | 0.63% | - |
| HSV(B) | 116.38º | 0.53% | 0.85% | - |
| XYZ | 33.78 | 54.35 | 21.28 | - |
| YUV | 172.19 | 88.39 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 102 | 0.5 | 0 | 0.53 | 0.15 | 116.38 | 0.61 | 0.63 |
| Hex | 6D | DA | 66 | 32 | 0 | 35 | F | 74 | 3D | 3F |
| Octal | 155 | 332 | 146 | 62 | 0 | 65 | 17 | 164 | 75 | 77 |
| Binary | 1101101 | 11011010 | 1100110 | 110010 | 0 | 110101 | 1111 | 1110100 | 111101 | 111111 |
Color Harmonies of #6DDA66
Complementary color
Monochromatic Colors of #6DDA66
Black with #6DDA66
Text Example
Text Example
White with #6DDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA66; }
p { color: rgb(109,218,102); }
H1.HeaderClassName
{
color: #6DDA66;
}
.AnyTagClassName
{
color: #6DDA66;
}
</style>
background-color css
<style>
a { background-color: #6DDA66; }
a { background-color: rgb(109,218,102); }
div.DivClassName
{
background-color: #6DDA66;
}
.BgClassName
{
background-color: #6DDA66;
}
</style>
border-color css
<style>
span { border-color: #6DDA66; }
span { border-color: rgb(109,218,102); }
td.TdClassName
{
border-color: #6DDA66;
}
.TagClassName
{
border-color: #6DDA66;
}
</style>