Shades of Pastel Green #66E275
Tints of Pastel Green #66E275
RGB
CMYK
RGB Variations
Color information
#66E275 (or 0x66E275) is known color: Pastel Green. HEX triplet: 66, E2 and 75. RGB value is (102,226,117). Sum of RGB (Red+Green+Blue) = 102+226+117=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #66E275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E275 is #991D8A. Grayscale: #B0B0B0. Windows color (decimal): -10034571 or 7725670. OLE color: 7725670.
HSL color Cylindrical-coordinate representation of color #66E275: hue angle of 127.26º 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 #66E275 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 117 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.11 |
| HSL | 127.26º | 0.68% | 0.64% | - |
| HSV(B) | 127.26º | 0.55% | 0.89% | - |
| XYZ | 35.89 | 58.5 | 26.23 | - |
| YUV | 176.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 117 | 0.55 | 0 | 0.48 | 0.11 | 127.26 | 0.68 | 0.64 |
| Hex | 66 | E2 | 75 | 37 | 0 | 30 | B | 7F | 44 | 40 |
| Octal | 146 | 342 | 165 | 67 | 0 | 60 | 13 | 177 | 104 | 100 |
| Binary | 1100110 | 11100010 | 1110101 | 110111 | 0 | 110000 | 1011 | 1111111 | 1000100 | 1000000 |
Color Harmonies of #66E275
Complementary color
Monochromatic Colors of #66E275
Black with #66E275
Text Example
Text Example
White with #66E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E275; }
p { color: rgb(102,226,117); }
H1.HeaderClassName
{
color: #66E275;
}
.AnyTagClassName
{
color: #66E275;
}
</style>
background-color css
<style>
a { background-color: #66E275; }
a { background-color: rgb(102,226,117); }
div.DivClassName
{
background-color: #66E275;
}
.BgClassName
{
background-color: #66E275;
}
</style>
border-color css
<style>
span { border-color: #66E275; }
span { border-color: rgb(102,226,117); }
td.TdClassName
{
border-color: #66E275;
}
.TagClassName
{
border-color: #66E275;
}
</style>