Shades of Pastel Green #66E170
Tints of Pastel Green #66E170
RGB
CMYK
RGB Variations
Color information
#66E170 (or 0x66E170) is known color: Pastel Green. HEX triplet: 66, E1 and 70. RGB value is (102,225,112). Sum of RGB (Red+Green+Blue) = 102+225+112=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #66E170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E170 is #991E8F. Grayscale: #AFAFAF. Windows color (decimal): -10034832 or 7397734. OLE color: 7397734.
HSL color Cylindrical-coordinate representation of color #66E170: hue angle of 124.88º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E170 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 112 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.12 |
| HSL | 124.88º | 0.67% | 0.64% | - |
| HSV(B) | 124.88º | 0.55% | 0.88% | - |
| XYZ | 35.33 | 57.85 | 24.63 | - |
| YUV | 175.34 | 92.25 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 112 | 0.55 | 0 | 0.50 | 0.12 | 124.88 | 0.67 | 0.64 |
| Hex | 66 | E1 | 70 | 37 | 0 | 32 | C | 7D | 43 | 40 |
| Octal | 146 | 341 | 160 | 67 | 0 | 62 | 14 | 175 | 103 | 100 |
| Binary | 1100110 | 11100001 | 1110000 | 110111 | 0 | 110010 | 1100 | 1111101 | 1000011 | 1000000 |
Color Harmonies of #66E170
Complementary color
Monochromatic Colors of #66E170
Black with #66E170
Text Example
Text Example
White with #66E170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E170; }
p { color: rgb(102,225,112); }
H1.HeaderClassName
{
color: #66E170;
}
.AnyTagClassName
{
color: #66E170;
}
</style>
background-color css
<style>
a { background-color: #66E170; }
a { background-color: rgb(102,225,112); }
div.DivClassName
{
background-color: #66E170;
}
.BgClassName
{
background-color: #66E170;
}
</style>
border-color css
<style>
span { border-color: #66E170; }
span { border-color: rgb(102,225,112); }
td.TdClassName
{
border-color: #66E170;
}
.TagClassName
{
border-color: #66E170;
}
</style>