Shades of Pastel Green #6DD968
Tints of Pastel Green #6DD968
RGB
CMYK
RGB Variations
Color information
#6DD968 (or 0x6DD968) is known color: Pastel Green. HEX triplet: 6D, D9 and 68. RGB value is (109,217,104). Sum of RGB (Red+Green+Blue) = 109+217+104=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD968 is #922697. Grayscale: #ACACAC. Windows color (decimal): -9578136 or 6871405. OLE color: 6871405.
HSL color Cylindrical-coordinate representation of color #6DD968: hue angle of 117.35º degrees, saturation: 0.6, 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 #6DD968 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 217 | 104 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.15 |
| HSL | 117.35º | 0.6% | 0.63% | - |
| HSV(B) | 117.35º | 0.52% | 0.85% | - |
| XYZ | 33.62 | 53.88 | 21.72 | - |
| YUV | 171.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 104 | 0.50 | 0 | 0.52 | 0.15 | 117.35 | 0.6 | 0.63 |
| Hex | 6D | D9 | 68 | 32 | 0 | 34 | F | 75 | 3C | 3F |
| Octal | 155 | 331 | 150 | 62 | 0 | 64 | 17 | 165 | 74 | 77 |
| Binary | 1101101 | 11011001 | 1101000 | 110010 | 0 | 110100 | 1111 | 1110101 | 111100 | 111111 |
Color Harmonies of #6DD968
Complementary color
Monochromatic Colors of #6DD968
Black with #6DD968
Text Example
Text Example
White with #6DD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD968; }
p { color: rgb(109,217,104); }
H1.HeaderClassName
{
color: #6DD968;
}
.AnyTagClassName
{
color: #6DD968;
}
</style>
background-color css
<style>
a { background-color: #6DD968; }
a { background-color: rgb(109,217,104); }
div.DivClassName
{
background-color: #6DD968;
}
.BgClassName
{
background-color: #6DD968;
}
</style>
border-color css
<style>
span { border-color: #6DD968; }
span { border-color: rgb(109,217,104); }
td.TdClassName
{
border-color: #6DD968;
}
.TagClassName
{
border-color: #6DD968;
}
</style>