Shades of Pastel Green #66E776
Tints of Pastel Green #66E776
RGB
CMYK
RGB Variations
Color information
#66E776 (or 0x66E776) is known color: Pastel Green. HEX triplet: 66, E7 and 76. RGB value is (102,231,118). Sum of RGB (Red+Green+Blue) = 102+231+118=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #66E776 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66E776 is #991889. Grayscale: #B3B3B3. Windows color (decimal): -10033290 or 7792486. OLE color: 7792486.
HSL color Cylindrical-coordinate representation of color #66E776: hue angle of 127.44º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E776 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 231 | 118 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.09 |
| HSL | 127.44º | 0.73% | 0.65% | - |
| HSV(B) | 127.44º | 0.56% | 0.91% | - |
| XYZ | 37.33 | 61.28 | 27 | - |
| YUV | 179.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 231 | 118 | 0.56 | 0 | 0.49 | 0.09 | 127.44 | 0.73 | 0.65 |
| Hex | 66 | E7 | 76 | 38 | 0 | 31 | 9 | 7F | 49 | 41 |
| Octal | 146 | 347 | 166 | 70 | 0 | 61 | 11 | 177 | 111 | 101 |
| Binary | 1100110 | 11100111 | 1110110 | 111000 | 0 | 110001 | 1001 | 1111111 | 1001001 | 1000001 |
Color Harmonies of #66E776
Complementary color
Monochromatic Colors of #66E776
Black with #66E776
Text Example
Text Example
White with #66E776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E776; }
p { color: rgb(102,231,118); }
H1.HeaderClassName
{
color: #66E776;
}
.AnyTagClassName
{
color: #66E776;
}
</style>
background-color css
<style>
a { background-color: #66E776; }
a { background-color: rgb(102,231,118); }
div.DivClassName
{
background-color: #66E776;
}
.BgClassName
{
background-color: #66E776;
}
</style>
border-color css
<style>
span { border-color: #66E776; }
span { border-color: rgb(102,231,118); }
td.TdClassName
{
border-color: #66E776;
}
.TagClassName
{
border-color: #66E776;
}
</style>