Shades of Pastel Green #6DD066
Tints of Pastel Green #6DD066
RGB
CMYK
RGB Variations
Color information
#6DD066 (or 0x6DD066) is known color: Pastel Green. HEX triplet: 6D, D0 and 66. RGB value is (109,208,102). Sum of RGB (Red+Green+Blue) = 109+208+102=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD066 is #922F99. Grayscale: #A6A6A6. Windows color (decimal): -9580442 or 6738029. OLE color: 6738029.
HSL color Cylindrical-coordinate representation of color #6DD066: hue angle of 116.04º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DD066 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 102 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.18 |
| HSL | 116.04º | 0.53% | 0.61% | - |
| HSV(B) | 116.04º | 0.51% | 0.82% | - |
| XYZ | 31.26 | 49.32 | 20.44 | - |
| YUV | 166.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 102 | 0.48 | 0 | 0.51 | 0.18 | 116.04 | 0.53 | 0.61 |
| Hex | 6D | D0 | 66 | 30 | 0 | 33 | 12 | 74 | 35 | 3D |
| Octal | 155 | 320 | 146 | 60 | 0 | 63 | 22 | 164 | 65 | 75 |
| Binary | 1101101 | 11010000 | 1100110 | 110000 | 0 | 110011 | 10010 | 1110100 | 110101 | 111101 |
Color Harmonies of #6DD066
Complementary color
Monochromatic Colors of #6DD066
Black with #6DD066
Text Example
Text Example
White with #6DD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD066; }
p { color: rgb(109,208,102); }
H1.HeaderClassName
{
color: #6DD066;
}
.AnyTagClassName
{
color: #6DD066;
}
</style>
background-color css
<style>
a { background-color: #6DD066; }
a { background-color: rgb(109,208,102); }
div.DivClassName
{
background-color: #6DD066;
}
.BgClassName
{
background-color: #6DD066;
}
</style>
border-color css
<style>
span { border-color: #6DD066; }
span { border-color: rgb(109,208,102); }
td.TdClassName
{
border-color: #6DD066;
}
.TagClassName
{
border-color: #6DD066;
}
</style>