Shades of Pastel Green #66E088
Tints of Pastel Green #66E088
RGB
CMYK
RGB Variations
Color information
#66E088 (or 0x66E088) is known color: Pastel Green. HEX triplet: 66, E0 and 88. RGB value is (102,224,136). Sum of RGB (Red+Green+Blue) = 102+224+136=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #66E088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E088 is #991F77. Grayscale: #B1B1B1. Windows color (decimal): -10035064 or 8970342. OLE color: 8970342.
HSL color Cylindrical-coordinate representation of color #66E088: hue angle of 136.72º 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 #66E088 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 136 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.12 |
| HSL | 136.72º | 0.66% | 0.64% | - |
| HSV(B) | 136.72º | 0.54% | 0.88% | - |
| XYZ | 36.58 | 57.91 | 32.54 | - |
| YUV | 177.49 | 104.58 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 136 | 0.54 | 0 | 0.39 | 0.12 | 136.72 | 0.66 | 0.64 |
| Hex | 66 | E0 | 88 | 36 | 0 | 27 | C | 89 | 42 | 40 |
| Octal | 146 | 340 | 210 | 66 | 0 | 47 | 14 | 211 | 102 | 100 |
| Binary | 1100110 | 11100000 | 10001000 | 110110 | 0 | 100111 | 1100 | 10001001 | 1000010 | 1000000 |
Color Harmonies of #66E088
Complementary color
Monochromatic Colors of #66E088
Black with #66E088
Text Example
Text Example
White with #66E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E088; }
p { color: rgb(102,224,136); }
H1.HeaderClassName
{
color: #66E088;
}
.AnyTagClassName
{
color: #66E088;
}
</style>
background-color css
<style>
a { background-color: #66E088; }
a { background-color: rgb(102,224,136); }
div.DivClassName
{
background-color: #66E088;
}
.BgClassName
{
background-color: #66E088;
}
</style>
border-color css
<style>
span { border-color: #66E088; }
span { border-color: rgb(102,224,136); }
td.TdClassName
{
border-color: #66E088;
}
.TagClassName
{
border-color: #66E088;
}
</style>