Shades of Pastel Green #66E17A
Tints of Pastel Green #66E17A
RGB
CMYK
RGB Variations
Color information
#66E17A (or 0x66E17A) is known color: Pastel Green. HEX triplet: 66, E1 and 7A. RGB value is (102,225,122). Sum of RGB (Red+Green+Blue) = 102+225+122=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #66E17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E17A is #991E85. Grayscale: #B0B0B0. Windows color (decimal): -10034822 or 8053094. OLE color: 8053094.
HSL color Cylindrical-coordinate representation of color #66E17A: hue angle of 129.76º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E17A is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 122 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.12 |
| HSL | 129.76º | 0.67% | 0.64% | - |
| HSV(B) | 129.76º | 0.55% | 0.88% | - |
| XYZ | 35.92 | 58.08 | 27.73 | - |
| YUV | 176.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 122 | 0.55 | 0 | 0.46 | 0.12 | 129.76 | 0.67 | 0.64 |
| Hex | 66 | E1 | 7A | 37 | 0 | 2E | C | 82 | 43 | 40 |
| Octal | 146 | 341 | 172 | 67 | 0 | 56 | 14 | 202 | 103 | 100 |
| Binary | 1100110 | 11100001 | 1111010 | 110111 | 0 | 101110 | 1100 | 10000010 | 1000011 | 1000000 |
Color Harmonies of #66E17A
Complementary color
Monochromatic Colors of #66E17A
Black with #66E17A
Text Example
Text Example
White with #66E17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E17A; }
p { color: rgb(102,225,122); }
H1.HeaderClassName
{
color: #66E17A;
}
.AnyTagClassName
{
color: #66E17A;
}
</style>
background-color css
<style>
a { background-color: #66E17A; }
a { background-color: rgb(102,225,122); }
div.DivClassName
{
background-color: #66E17A;
}
.BgClassName
{
background-color: #66E17A;
}
</style>
border-color css
<style>
span { border-color: #66E17A; }
span { border-color: rgb(102,225,122); }
td.TdClassName
{
border-color: #66E17A;
}
.TagClassName
{
border-color: #66E17A;
}
</style>