Shades of Pastel Green #66DD6C
Tints of Pastel Green #66DD6C
RGB
CMYK
RGB Variations
Color information
#66DD6C (or 0x66DD6C) is known color: Pastel Green. HEX triplet: 66, DD and 6C. RGB value is (102,221,108). Sum of RGB (Red+Green+Blue) = 102+221+108=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD6C is #992293. Grayscale: #ACACAC. Windows color (decimal): -10035860 or 7134566. OLE color: 7134566.
HSL color Cylindrical-coordinate representation of color #66DD6C: hue angle of 123.03º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DD6C is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 108 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.13 |
| HSL | 123.03º | 0.64% | 0.63% | - |
| HSV(B) | 123.03º | 0.54% | 0.87% | - |
| XYZ | 34.04 | 55.62 | 23.13 | - |
| YUV | 172.54 | 91.58 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 108 | 0.54 | 0 | 0.51 | 0.13 | 123.03 | 0.64 | 0.63 |
| Hex | 66 | DD | 6C | 36 | 0 | 33 | D | 7B | 40 | 3F |
| Octal | 146 | 335 | 154 | 66 | 0 | 63 | 15 | 173 | 100 | 77 |
| Binary | 1100110 | 11011101 | 1101100 | 110110 | 0 | 110011 | 1101 | 1111011 | 1000000 | 111111 |
Color Harmonies of #66DD6C
Complementary color
Monochromatic Colors of #66DD6C
Black with #66DD6C
Text Example
Text Example
White with #66DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD6C; }
p { color: rgb(102,221,108); }
H1.HeaderClassName
{
color: #66DD6C;
}
.AnyTagClassName
{
color: #66DD6C;
}
</style>
background-color css
<style>
a { background-color: #66DD6C; }
a { background-color: rgb(102,221,108); }
div.DivClassName
{
background-color: #66DD6C;
}
.BgClassName
{
background-color: #66DD6C;
}
</style>
border-color css
<style>
span { border-color: #66DD6C; }
span { border-color: rgb(102,221,108); }
td.TdClassName
{
border-color: #66DD6C;
}
.TagClassName
{
border-color: #66DD6C;
}
</style>