Shades of Pastel Green #66E27A
Tints of Pastel Green #66E27A
RGB
CMYK
RGB Variations
Color information
#66E27A (or 0x66E27A) is known color: Pastel Green. HEX triplet: 66, E2 and 7A. RGB value is (102,226,122). Sum of RGB (Red+Green+Blue) = 102+226+122=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #66E27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E27A is #991D85. Grayscale: #B1B1B1. Windows color (decimal): -10034566 or 8053350. OLE color: 8053350.
HSL color Cylindrical-coordinate representation of color #66E27A: hue angle of 129.68º 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 #66E27A is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 122 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.11 |
| HSL | 129.68º | 0.68% | 0.64% | - |
| HSV(B) | 129.68º | 0.55% | 0.89% | - |
| XYZ | 36.19 | 58.62 | 27.82 | - |
| YUV | 177.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 122 | 0.55 | 0 | 0.46 | 0.11 | 129.68 | 0.68 | 0.64 |
| Hex | 66 | E2 | 7A | 37 | 0 | 2E | B | 82 | 44 | 40 |
| Octal | 146 | 342 | 172 | 67 | 0 | 56 | 13 | 202 | 104 | 100 |
| Binary | 1100110 | 11100010 | 1111010 | 110111 | 0 | 101110 | 1011 | 10000010 | 1000100 | 1000000 |
Color Harmonies of #66E27A
Complementary color
Monochromatic Colors of #66E27A
Black with #66E27A
Text Example
Text Example
White with #66E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E27A; }
p { color: rgb(102,226,122); }
H1.HeaderClassName
{
color: #66E27A;
}
.AnyTagClassName
{
color: #66E27A;
}
</style>
background-color css
<style>
a { background-color: #66E27A; }
a { background-color: rgb(102,226,122); }
div.DivClassName
{
background-color: #66E27A;
}
.BgClassName
{
background-color: #66E27A;
}
</style>
border-color css
<style>
span { border-color: #66E27A; }
span { border-color: rgb(102,226,122); }
td.TdClassName
{
border-color: #66E27A;
}
.TagClassName
{
border-color: #66E27A;
}
</style>