Shades of Pastel Green #66DD7D
Tints of Pastel Green #66DD7D
RGB
CMYK
RGB Variations
Color information
#66DD7D (or 0x66DD7D) is known color: Pastel Green. HEX triplet: 66, DD and 7D. RGB value is (102,221,125). Sum of RGB (Red+Green+Blue) = 102+221+125=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD7D is #992282. Grayscale: #AEAEAE. Windows color (decimal): -10035843 or 8248678. OLE color: 8248678.
HSL color Cylindrical-coordinate representation of color #66DD7D: hue angle of 131.6º 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 #66DD7D is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 125 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.13 |
| HSL | 131.6º | 0.64% | 0.63% | - |
| HSV(B) | 131.6º | 0.54% | 0.87% | - |
| XYZ | 35.04 | 56.02 | 28.37 | - |
| YUV | 174.48 | 100.08 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 125 | 0.54 | 0 | 0.43 | 0.13 | 131.6 | 0.64 | 0.63 |
| Hex | 66 | DD | 7D | 36 | 0 | 2B | D | 84 | 40 | 3F |
| Octal | 146 | 335 | 175 | 66 | 0 | 53 | 15 | 204 | 100 | 77 |
| Binary | 1100110 | 11011101 | 1111101 | 110110 | 0 | 101011 | 1101 | 10000100 | 1000000 | 111111 |
Color Harmonies of #66DD7D
Complementary color
Monochromatic Colors of #66DD7D
Black with #66DD7D
Text Example
Text Example
White with #66DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD7D; }
p { color: rgb(102,221,125); }
H1.HeaderClassName
{
color: #66DD7D;
}
.AnyTagClassName
{
color: #66DD7D;
}
</style>
background-color css
<style>
a { background-color: #66DD7D; }
a { background-color: rgb(102,221,125); }
div.DivClassName
{
background-color: #66DD7D;
}
.BgClassName
{
background-color: #66DD7D;
}
</style>
border-color css
<style>
span { border-color: #66DD7D; }
span { border-color: rgb(102,221,125); }
td.TdClassName
{
border-color: #66DD7D;
}
.TagClassName
{
border-color: #66DD7D;
}
</style>