Shades of Pastel Green #66DD7C
Tints of Pastel Green #66DD7C
RGB
CMYK
RGB Variations
Color information
#66DD7C (or 0x66DD7C) is known color: Pastel Green. HEX triplet: 66, DD and 7C. RGB value is (102,221,124). Sum of RGB (Red+Green+Blue) = 102+221+124=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD7C is #992283. Grayscale: #AEAEAE. Windows color (decimal): -10035844 or 8183142. OLE color: 8183142.
HSL color Cylindrical-coordinate representation of color #66DD7C: hue angle of 131.09º 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 #66DD7C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 124 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.13 |
| HSL | 131.09º | 0.64% | 0.63% | - |
| HSV(B) | 131.09º | 0.54% | 0.87% | - |
| XYZ | 34.97 | 55.99 | 28.03 | - |
| YUV | 174.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 124 | 0.54 | 0 | 0.44 | 0.13 | 131.09 | 0.64 | 0.63 |
| Hex | 66 | DD | 7C | 36 | 0 | 2C | D | 83 | 40 | 3F |
| Octal | 146 | 335 | 174 | 66 | 0 | 54 | 15 | 203 | 100 | 77 |
| Binary | 1100110 | 11011101 | 1111100 | 110110 | 0 | 101100 | 1101 | 10000011 | 1000000 | 111111 |
Color Harmonies of #66DD7C
Complementary color
Monochromatic Colors of #66DD7C
Black with #66DD7C
Text Example
Text Example
White with #66DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD7C; }
p { color: rgb(102,221,124); }
H1.HeaderClassName
{
color: #66DD7C;
}
.AnyTagClassName
{
color: #66DD7C;
}
</style>
background-color css
<style>
a { background-color: #66DD7C; }
a { background-color: rgb(102,221,124); }
div.DivClassName
{
background-color: #66DD7C;
}
.BgClassName
{
background-color: #66DD7C;
}
</style>
border-color css
<style>
span { border-color: #66DD7C; }
span { border-color: rgb(102,221,124); }
td.TdClassName
{
border-color: #66DD7C;
}
.TagClassName
{
border-color: #66DD7C;
}
</style>