Shades of Pastel Green #66E28A
Tints of Pastel Green #66E28A
RGB
CMYK
RGB Variations
Color information
#66E28A (or 0x66E28A) is known color: Pastel Green. HEX triplet: 66, E2 and 8A. RGB value is (102,226,138). Sum of RGB (Red+Green+Blue) = 102+226+138=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #66E28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E28A is #991D75. Grayscale: #B3B3B3. Windows color (decimal): -10034550 or 9101926. OLE color: 9101926.
HSL color Cylindrical-coordinate representation of color #66E28A: hue angle of 137.42º 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 #66E28A is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 138 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.11 |
| HSL | 137.42º | 0.68% | 0.64% | - |
| HSV(B) | 137.42º | 0.55% | 0.89% | - |
| XYZ | 37.26 | 59.05 | 33.48 | - |
| YUV | 178.89 | 104.92 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 138 | 0.55 | 0 | 0.39 | 0.11 | 137.42 | 0.68 | 0.64 |
| Hex | 66 | E2 | 8A | 37 | 0 | 27 | B | 89 | 44 | 40 |
| Octal | 146 | 342 | 212 | 67 | 0 | 47 | 13 | 211 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10001010 | 110111 | 0 | 100111 | 1011 | 10001001 | 1000100 | 1000000 |
Color Harmonies of #66E28A
Complementary color
Monochromatic Colors of #66E28A
Black with #66E28A
Text Example
Text Example
White with #66E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E28A; }
p { color: rgb(102,226,138); }
H1.HeaderClassName
{
color: #66E28A;
}
.AnyTagClassName
{
color: #66E28A;
}
</style>
background-color css
<style>
a { background-color: #66E28A; }
a { background-color: rgb(102,226,138); }
div.DivClassName
{
background-color: #66E28A;
}
.BgClassName
{
background-color: #66E28A;
}
</style>
border-color css
<style>
span { border-color: #66E28A; }
span { border-color: rgb(102,226,138); }
td.TdClassName
{
border-color: #66E28A;
}
.TagClassName
{
border-color: #66E28A;
}
</style>