Shades of Pastel Green #66E076
Tints of Pastel Green #66E076
RGB
CMYK
RGB Variations
Color information
#66E076 (or 0x66E076) is known color: Pastel Green. HEX triplet: 66, E0 and 76. RGB value is (102,224,118). Sum of RGB (Red+Green+Blue) = 102+224+118=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #66E076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E076 is #991F89. Grayscale: #AFAFAF. Windows color (decimal): -10035082 or 7790694. OLE color: 7790694.
HSL color Cylindrical-coordinate representation of color #66E076: hue angle of 127.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E076 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 118 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.12 |
| HSL | 127.87º | 0.66% | 0.64% | - |
| HSV(B) | 127.87º | 0.54% | 0.88% | - |
| XYZ | 35.41 | 57.44 | 26.36 | - |
| YUV | 175.44 | 95.58 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 118 | 0.54 | 0 | 0.47 | 0.12 | 127.87 | 0.66 | 0.64 |
| Hex | 66 | E0 | 76 | 36 | 0 | 2F | C | 80 | 42 | 40 |
| Octal | 146 | 340 | 166 | 66 | 0 | 57 | 14 | 200 | 102 | 100 |
| Binary | 1100110 | 11100000 | 1110110 | 110110 | 0 | 101111 | 1100 | 10000000 | 1000010 | 1000000 |
Color Harmonies of #66E076
Complementary color
Monochromatic Colors of #66E076
Black with #66E076
Text Example
Text Example
White with #66E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E076; }
p { color: rgb(102,224,118); }
H1.HeaderClassName
{
color: #66E076;
}
.AnyTagClassName
{
color: #66E076;
}
</style>
background-color css
<style>
a { background-color: #66E076; }
a { background-color: rgb(102,224,118); }
div.DivClassName
{
background-color: #66E076;
}
.BgClassName
{
background-color: #66E076;
}
</style>
border-color css
<style>
span { border-color: #66E076; }
span { border-color: rgb(102,224,118); }
td.TdClassName
{
border-color: #66E076;
}
.TagClassName
{
border-color: #66E076;
}
</style>