Shades of Pastel Green #66EA8D
Tints of Pastel Green #66EA8D
RGB
CMYK
RGB Variations
Color information
#66EA8D (or 0x66EA8D) is known color: Pastel Green. HEX triplet: 66, EA and 8D. RGB value is (102,234,141). Sum of RGB (Red+Green+Blue) = 102+234+141=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EA8D is #991572. Grayscale: #B8B8B8. Windows color (decimal): -10032499 or 9300582. OLE color: 9300582.
HSL color Cylindrical-coordinate representation of color #66EA8D: hue angle of 137.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EA8D is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 141 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.08 |
| HSL | 137.73º | 0.76% | 0.66% | - |
| HSV(B) | 137.73º | 0.56% | 0.92% | - |
| XYZ | 39.71 | 63.59 | 35.38 | - |
| YUV | 183.93 | 103.77 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 141 | 0.56 | 0 | 0.40 | 0.08 | 137.73 | 0.76 | 0.66 |
| Hex | 66 | EA | 8D | 38 | 0 | 28 | 8 | 8A | 4C | 42 |
| Octal | 146 | 352 | 215 | 70 | 0 | 50 | 10 | 212 | 114 | 102 |
| Binary | 1100110 | 11101010 | 10001101 | 111000 | 0 | 101000 | 1000 | 10001010 | 1001100 | 1000010 |
Color Harmonies of #66EA8D
Complementary color
Monochromatic Colors of #66EA8D
Black with #66EA8D
Text Example
Text Example
White with #66EA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EA8D; }
p { color: rgb(102,234,141); }
H1.HeaderClassName
{
color: #66EA8D;
}
.AnyTagClassName
{
color: #66EA8D;
}
</style>
background-color css
<style>
a { background-color: #66EA8D; }
a { background-color: rgb(102,234,141); }
div.DivClassName
{
background-color: #66EA8D;
}
.BgClassName
{
background-color: #66EA8D;
}
</style>
border-color css
<style>
span { border-color: #66EA8D; }
span { border-color: rgb(102,234,141); }
td.TdClassName
{
border-color: #66EA8D;
}
.TagClassName
{
border-color: #66EA8D;
}
</style>