Shades of Pastel Green #66E086
Tints of Pastel Green #66E086
RGB
CMYK
RGB Variations
Color information
#66E086 (or 0x66E086) is known color: Pastel Green. HEX triplet: 66, E0 and 86. RGB value is (102,224,134). Sum of RGB (Red+Green+Blue) = 102+224+134=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #66E086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E086 is #991F79. Grayscale: #B1B1B1. Windows color (decimal): -10035066 or 8839270. OLE color: 8839270.
HSL color Cylindrical-coordinate representation of color #66E086: hue angle of 135.74º 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 #66E086 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 134 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.12 |
| HSL | 135.74º | 0.66% | 0.64% | - |
| HSV(B) | 135.74º | 0.54% | 0.88% | - |
| XYZ | 36.44 | 57.86 | 31.8 | - |
| YUV | 177.26 | 103.58 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 134 | 0.54 | 0 | 0.40 | 0.12 | 135.74 | 0.66 | 0.64 |
| Hex | 66 | E0 | 86 | 36 | 0 | 28 | C | 88 | 42 | 40 |
| Octal | 146 | 340 | 206 | 66 | 0 | 50 | 14 | 210 | 102 | 100 |
| Binary | 1100110 | 11100000 | 10000110 | 110110 | 0 | 101000 | 1100 | 10001000 | 1000010 | 1000000 |
Color Harmonies of #66E086
Complementary color
Monochromatic Colors of #66E086
Black with #66E086
Text Example
Text Example
White with #66E086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E086; }
p { color: rgb(102,224,134); }
H1.HeaderClassName
{
color: #66E086;
}
.AnyTagClassName
{
color: #66E086;
}
</style>
background-color css
<style>
a { background-color: #66E086; }
a { background-color: rgb(102,224,134); }
div.DivClassName
{
background-color: #66E086;
}
.BgClassName
{
background-color: #66E086;
}
</style>
border-color css
<style>
span { border-color: #66E086; }
span { border-color: rgb(102,224,134); }
td.TdClassName
{
border-color: #66E086;
}
.TagClassName
{
border-color: #66E086;
}
</style>