Shades of Pastel Green #66DD7A
Tints of Pastel Green #66DD7A
RGB
CMYK
RGB Variations
Color information
#66DD7A (or 0x66DD7A) is known color: Pastel Green. HEX triplet: 66, DD and 7A. RGB value is (102,221,122). Sum of RGB (Red+Green+Blue) = 102+221+122=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD7A is #992285. Grayscale: #AEAEAE. Windows color (decimal): -10035846 or 8052070. OLE color: 8052070.
HSL color Cylindrical-coordinate representation of color #66DD7A: hue angle of 130.08º 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 #66DD7A is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 122 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.13 |
| HSL | 130.08º | 0.64% | 0.63% | - |
| HSV(B) | 130.08º | 0.54% | 0.87% | - |
| XYZ | 34.85 | 55.94 | 27.37 | - |
| YUV | 174.13 | 98.58 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 122 | 0.54 | 0 | 0.45 | 0.13 | 130.08 | 0.64 | 0.63 |
| Hex | 66 | DD | 7A | 36 | 0 | 2D | D | 82 | 40 | 3F |
| Octal | 146 | 335 | 172 | 66 | 0 | 55 | 15 | 202 | 100 | 77 |
| Binary | 1100110 | 11011101 | 1111010 | 110110 | 0 | 101101 | 1101 | 10000010 | 1000000 | 111111 |
Color Harmonies of #66DD7A
Complementary color
Monochromatic Colors of #66DD7A
Black with #66DD7A
Text Example
Text Example
White with #66DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD7A; }
p { color: rgb(102,221,122); }
H1.HeaderClassName
{
color: #66DD7A;
}
.AnyTagClassName
{
color: #66DD7A;
}
</style>
background-color css
<style>
a { background-color: #66DD7A; }
a { background-color: rgb(102,221,122); }
div.DivClassName
{
background-color: #66DD7A;
}
.BgClassName
{
background-color: #66DD7A;
}
</style>
border-color css
<style>
span { border-color: #66DD7A; }
span { border-color: rgb(102,221,122); }
td.TdClassName
{
border-color: #66DD7A;
}
.TagClassName
{
border-color: #66DD7A;
}
</style>