Shades of Pastel Green #6DDA68
Tints of Pastel Green #6DDA68
RGB
CMYK
RGB Variations
Color information
#6DDA68 (or 0x6DDA68) is known color: Pastel Green. HEX triplet: 6D, DA and 68. RGB value is (109,218,104). Sum of RGB (Red+Green+Blue) = 109+218+104=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDA68 is #922597. Grayscale: #ACACAC. Windows color (decimal): -9577880 or 6871661. OLE color: 6871661.
HSL color Cylindrical-coordinate representation of color #6DDA68: hue angle of 117.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DDA68 is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 104 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.15 |
| HSL | 117.37º | 0.61% | 0.63% | - |
| HSV(B) | 117.37º | 0.52% | 0.85% | - |
| XYZ | 33.88 | 54.39 | 21.81 | - |
| YUV | 172.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 104 | 0.5 | 0 | 0.52 | 0.15 | 117.37 | 0.61 | 0.63 |
| Hex | 6D | DA | 68 | 32 | 0 | 34 | F | 75 | 3D | 3F |
| Octal | 155 | 332 | 150 | 62 | 0 | 64 | 17 | 165 | 75 | 77 |
| Binary | 1101101 | 11011010 | 1101000 | 110010 | 0 | 110100 | 1111 | 1110101 | 111101 | 111111 |
Color Harmonies of #6DDA68
Complementary color
Monochromatic Colors of #6DDA68
Black with #6DDA68
Text Example
Text Example
White with #6DDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDA68; }
p { color: rgb(109,218,104); }
H1.HeaderClassName
{
color: #6DDA68;
}
.AnyTagClassName
{
color: #6DDA68;
}
</style>
background-color css
<style>
a { background-color: #6DDA68; }
a { background-color: rgb(109,218,104); }
div.DivClassName
{
background-color: #6DDA68;
}
.BgClassName
{
background-color: #6DDA68;
}
</style>
border-color css
<style>
span { border-color: #6DDA68; }
span { border-color: rgb(109,218,104); }
td.TdClassName
{
border-color: #6DDA68;
}
.TagClassName
{
border-color: #6DDA68;
}
</style>