Shades of Pastel Green #66E28C
Tints of Pastel Green #66E28C
RGB
CMYK
RGB Variations
Color information
#66E28C (or 0x66E28C) is known color: Pastel Green. HEX triplet: 66, E2 and 8C. RGB value is (102,226,140). Sum of RGB (Red+Green+Blue) = 102+226+140=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #66E28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E28C is #991D73. Grayscale: #B3B3B3. Windows color (decimal): -10034548 or 9232998. OLE color: 9232998.
HSL color Cylindrical-coordinate representation of color #66E28C: hue angle of 138.39º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E28C is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 140 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.11 |
| HSL | 138.39º | 0.68% | 0.64% | - |
| HSV(B) | 138.39º | 0.55% | 0.89% | - |
| XYZ | 37.41 | 59.11 | 34.25 | - |
| YUV | 179.12 | 105.92 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 140 | 0.55 | 0 | 0.38 | 0.11 | 138.39 | 0.68 | 0.64 |
| Hex | 66 | E2 | 8C | 37 | 0 | 26 | B | 8A | 44 | 40 |
| Octal | 146 | 342 | 214 | 67 | 0 | 46 | 13 | 212 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10001100 | 110111 | 0 | 100110 | 1011 | 10001010 | 1000100 | 1000000 |
Color Harmonies of #66E28C
Complementary color
Monochromatic Colors of #66E28C
Black with #66E28C
Text Example
Text Example
White with #66E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E28C; }
p { color: rgb(102,226,140); }
H1.HeaderClassName
{
color: #66E28C;
}
.AnyTagClassName
{
color: #66E28C;
}
</style>
background-color css
<style>
a { background-color: #66E28C; }
a { background-color: rgb(102,226,140); }
div.DivClassName
{
background-color: #66E28C;
}
.BgClassName
{
background-color: #66E28C;
}
</style>
border-color css
<style>
span { border-color: #66E28C; }
span { border-color: rgb(102,226,140); }
td.TdClassName
{
border-color: #66E28C;
}
.TagClassName
{
border-color: #66E28C;
}
</style>