Shades of Pastel Green #66E282
Tints of Pastel Green #66E282
RGB
CMYK
RGB Variations
Color information
#66E282 (or 0x66E282) is known color: Pastel Green. HEX triplet: 66, E2 and 82. RGB value is (102,226,130). Sum of RGB (Red+Green+Blue) = 102+226+130=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #66E282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E282 is #991D7D. Grayscale: #B2B2B2. Windows color (decimal): -10034558 or 8577638. OLE color: 8577638.
HSL color Cylindrical-coordinate representation of color #66E282: hue angle of 133.55º 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 #66E282 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 130 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.11 |
| HSL | 133.55º | 0.68% | 0.64% | - |
| HSV(B) | 133.55º | 0.55% | 0.89% | - |
| XYZ | 36.71 | 58.83 | 30.54 | - |
| YUV | 177.98 | 100.92 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 130 | 0.55 | 0 | 0.42 | 0.11 | 133.55 | 0.68 | 0.64 |
| Hex | 66 | E2 | 82 | 37 | 0 | 2A | B | 86 | 44 | 40 |
| Octal | 146 | 342 | 202 | 67 | 0 | 52 | 13 | 206 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10000010 | 110111 | 0 | 101010 | 1011 | 10000110 | 1000100 | 1000000 |
Color Harmonies of #66E282
Complementary color
Monochromatic Colors of #66E282
Black with #66E282
Text Example
Text Example
White with #66E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E282; }
p { color: rgb(102,226,130); }
H1.HeaderClassName
{
color: #66E282;
}
.AnyTagClassName
{
color: #66E282;
}
</style>
background-color css
<style>
a { background-color: #66E282; }
a { background-color: rgb(102,226,130); }
div.DivClassName
{
background-color: #66E282;
}
.BgClassName
{
background-color: #66E282;
}
</style>
border-color css
<style>
span { border-color: #66E282; }
span { border-color: rgb(102,226,130); }
td.TdClassName
{
border-color: #66E282;
}
.TagClassName
{
border-color: #66E282;
}
</style>