Shades of Pastel Green #66EA81
Tints of Pastel Green #66EA81
RGB
CMYK
RGB Variations
Color information
#66EA81 (or 0x66EA81) is known color: Pastel Green. HEX triplet: 66, EA and 81. RGB value is (102,234,129). Sum of RGB (Red+Green+Blue) = 102+234+129=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EA81 is #99157E. Grayscale: #B6B6B6. Windows color (decimal): -10032511 or 8514150. OLE color: 8514150.
HSL color Cylindrical-coordinate representation of color #66EA81: hue angle of 132.27º 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 #66EA81 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 129 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.08 |
| HSL | 132.27º | 0.76% | 0.66% | - |
| HSV(B) | 132.27º | 0.56% | 0.92% | - |
| XYZ | 38.86 | 63.26 | 30.93 | - |
| YUV | 182.56 | 97.77 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 129 | 0.56 | 0 | 0.45 | 0.08 | 132.27 | 0.76 | 0.66 |
| Hex | 66 | EA | 81 | 38 | 0 | 2D | 8 | 84 | 4C | 42 |
| Octal | 146 | 352 | 201 | 70 | 0 | 55 | 10 | 204 | 114 | 102 |
| Binary | 1100110 | 11101010 | 10000001 | 111000 | 0 | 101101 | 1000 | 10000100 | 1001100 | 1000010 |
Color Harmonies of #66EA81
Complementary color
Monochromatic Colors of #66EA81
Black with #66EA81
Text Example
Text Example
White with #66EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EA81; }
p { color: rgb(102,234,129); }
H1.HeaderClassName
{
color: #66EA81;
}
.AnyTagClassName
{
color: #66EA81;
}
</style>
background-color css
<style>
a { background-color: #66EA81; }
a { background-color: rgb(102,234,129); }
div.DivClassName
{
background-color: #66EA81;
}
.BgClassName
{
background-color: #66EA81;
}
</style>
border-color css
<style>
span { border-color: #66EA81; }
span { border-color: rgb(102,234,129); }
td.TdClassName
{
border-color: #66EA81;
}
.TagClassName
{
border-color: #66EA81;
}
</style>