Shades of Pastel Green #66DD6A
Tints of Pastel Green #66DD6A
RGB
CMYK
RGB Variations
Color information
#66DD6A (or 0x66DD6A) is known color: Pastel Green. HEX triplet: 66, DD and 6A. RGB value is (102,221,106). Sum of RGB (Red+Green+Blue) = 102+221+106=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD6A is #992295. Grayscale: #ACACAC. Windows color (decimal): -10035862 or 7003494. OLE color: 7003494.
HSL color Cylindrical-coordinate representation of color #66DD6A: hue angle of 122.02º 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 #66DD6A is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 106 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.13 |
| HSL | 122.02º | 0.64% | 0.63% | - |
| HSV(B) | 122.02º | 0.54% | 0.87% | - |
| XYZ | 33.94 | 55.58 | 22.57 | - |
| YUV | 172.31 | 90.58 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 106 | 0.54 | 0 | 0.52 | 0.13 | 122.02 | 0.64 | 0.63 |
| Hex | 66 | DD | 6A | 36 | 0 | 34 | D | 7A | 40 | 3F |
| Octal | 146 | 335 | 152 | 66 | 0 | 64 | 15 | 172 | 100 | 77 |
| Binary | 1100110 | 11011101 | 1101010 | 110110 | 0 | 110100 | 1101 | 1111010 | 1000000 | 111111 |
Color Harmonies of #66DD6A
Complementary color
Monochromatic Colors of #66DD6A
Black with #66DD6A
Text Example
Text Example
White with #66DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD6A; }
p { color: rgb(102,221,106); }
H1.HeaderClassName
{
color: #66DD6A;
}
.AnyTagClassName
{
color: #66DD6A;
}
</style>
background-color css
<style>
a { background-color: #66DD6A; }
a { background-color: rgb(102,221,106); }
div.DivClassName
{
background-color: #66DD6A;
}
.BgClassName
{
background-color: #66DD6A;
}
</style>
border-color css
<style>
span { border-color: #66DD6A; }
span { border-color: rgb(102,221,106); }
td.TdClassName
{
border-color: #66DD6A;
}
.TagClassName
{
border-color: #66DD6A;
}
</style>