Shades of Pastel Green #66E686
Tints of Pastel Green #66E686
RGB
CMYK
RGB Variations
Color information
#66E686 (or 0x66E686) is known color: Pastel Green. HEX triplet: 66, E6 and 86. RGB value is (102,230,134). Sum of RGB (Red+Green+Blue) = 102+230+134=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #66E686 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E686 is #991979. Grayscale: #B5B5B5. Windows color (decimal): -10033530 or 8840806. OLE color: 8840806.
HSL color Cylindrical-coordinate representation of color #66E686: hue angle of 135º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E686 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 230 | 134 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.10 |
| HSL | 135º | 0.72% | 0.65% | - |
| HSV(B) | 135º | 0.56% | 0.9% | - |
| XYZ | 38.08 | 61.14 | 32.35 | - |
| YUV | 180.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 134 | 0.56 | 0 | 0.42 | 0.10 | 135 | 0.72 | 0.65 |
| Hex | 66 | E6 | 86 | 38 | 0 | 2A | A | 87 | 48 | 41 |
| Octal | 146 | 346 | 206 | 70 | 0 | 52 | 12 | 207 | 110 | 101 |
| Binary | 1100110 | 11100110 | 10000110 | 111000 | 0 | 101010 | 1010 | 10000111 | 1001000 | 1000001 |
Color Harmonies of #66E686
Complementary color
Monochromatic Colors of #66E686
Black with #66E686
Text Example
Text Example
White with #66E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E686; }
p { color: rgb(102,230,134); }
H1.HeaderClassName
{
color: #66E686;
}
.AnyTagClassName
{
color: #66E686;
}
</style>
background-color css
<style>
a { background-color: #66E686; }
a { background-color: rgb(102,230,134); }
div.DivClassName
{
background-color: #66E686;
}
.BgClassName
{
background-color: #66E686;
}
</style>
border-color css
<style>
span { border-color: #66E686; }
span { border-color: rgb(102,230,134); }
td.TdClassName
{
border-color: #66E686;
}
.TagClassName
{
border-color: #66E686;
}
</style>