Shades of Pastel Green #66E780
Tints of Pastel Green #66E780
RGB
CMYK
RGB Variations
Color information
#66E780 (or 0x66E780) is known color: Pastel Green. HEX triplet: 66, E7 and 80. RGB value is (102,231,128). Sum of RGB (Red+Green+Blue) = 102+231+128=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #66E780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E780 is #99187F. Grayscale: #B4B4B4. Windows color (decimal): -10033280 or 8447846. OLE color: 8447846.
HSL color Cylindrical-coordinate representation of color #66E780: hue angle of 132.09º 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 #66E780 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 231 | 128 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.09 |
| HSL | 132.09º | 0.73% | 0.65% | - |
| HSV(B) | 132.09º | 0.56% | 0.91% | - |
| XYZ | 37.95 | 61.54 | 30.3 | - |
| YUV | 180.69 | 98.26 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 231 | 128 | 0.56 | 0 | 0.45 | 0.09 | 132.09 | 0.73 | 0.65 |
| Hex | 66 | E7 | 80 | 38 | 0 | 2D | 9 | 84 | 49 | 41 |
| Octal | 146 | 347 | 200 | 70 | 0 | 55 | 11 | 204 | 111 | 101 |
| Binary | 1100110 | 11100111 | 10000000 | 111000 | 0 | 101101 | 1001 | 10000100 | 1001001 | 1000001 |
Color Harmonies of #66E780
Complementary color
Monochromatic Colors of #66E780
Black with #66E780
Text Example
Text Example
White with #66E780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E780; }
p { color: rgb(102,231,128); }
H1.HeaderClassName
{
color: #66E780;
}
.AnyTagClassName
{
color: #66E780;
}
</style>
background-color css
<style>
a { background-color: #66E780; }
a { background-color: rgb(102,231,128); }
div.DivClassName
{
background-color: #66E780;
}
.BgClassName
{
background-color: #66E780;
}
</style>
border-color css
<style>
span { border-color: #66E780; }
span { border-color: rgb(102,231,128); }
td.TdClassName
{
border-color: #66E780;
}
.TagClassName
{
border-color: #66E780;
}
</style>