Shades of Pastel Green #66DD7B
Tints of Pastel Green #66DD7B
RGB
CMYK
RGB Variations
Color information
#66DD7B (or 0x66DD7B) is known color: Pastel Green. HEX triplet: 66, DD and 7B. RGB value is (102,221,123). Sum of RGB (Red+Green+Blue) = 102+221+123=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD7B is #992284. Grayscale: #AEAEAE. Windows color (decimal): -10035845 or 8117606. OLE color: 8117606.
HSL color Cylindrical-coordinate representation of color #66DD7B: hue angle of 130.59º 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 #66DD7B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 123 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.13 |
| HSL | 130.59º | 0.64% | 0.63% | - |
| HSV(B) | 130.59º | 0.54% | 0.87% | - |
| XYZ | 34.91 | 55.97 | 27.7 | - |
| YUV | 174.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 123 | 0.54 | 0 | 0.44 | 0.13 | 130.59 | 0.64 | 0.63 |
| Hex | 66 | DD | 7B | 36 | 0 | 2C | D | 83 | 40 | 3F |
| Octal | 146 | 335 | 173 | 66 | 0 | 54 | 15 | 203 | 100 | 77 |
| Binary | 1100110 | 11011101 | 1111011 | 110110 | 0 | 101100 | 1101 | 10000011 | 1000000 | 111111 |
Color Harmonies of #66DD7B
Complementary color
Monochromatic Colors of #66DD7B
Black with #66DD7B
Text Example
Text Example
White with #66DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD7B; }
p { color: rgb(102,221,123); }
H1.HeaderClassName
{
color: #66DD7B;
}
.AnyTagClassName
{
color: #66DD7B;
}
</style>
background-color css
<style>
a { background-color: #66DD7B; }
a { background-color: rgb(102,221,123); }
div.DivClassName
{
background-color: #66DD7B;
}
.BgClassName
{
background-color: #66DD7B;
}
</style>
border-color css
<style>
span { border-color: #66DD7B; }
span { border-color: rgb(102,221,123); }
td.TdClassName
{
border-color: #66DD7B;
}
.TagClassName
{
border-color: #66DD7B;
}
</style>