Shades of Pastel Green #66E184
Tints of Pastel Green #66E184
RGB
CMYK
RGB Variations
Color information
#66E184 (or 0x66E184) is known color: Pastel Green. HEX triplet: 66, E1 and 84. RGB value is (102,225,132). Sum of RGB (Red+Green+Blue) = 102+225+132=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #66E184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E184 is #991E7B. Grayscale: #B1B1B1. Windows color (decimal): -10034812 or 8708454. OLE color: 8708454.
HSL color Cylindrical-coordinate representation of color #66E184: hue angle of 134.63º 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 #66E184 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 132 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.12 |
| HSL | 134.63º | 0.67% | 0.64% | - |
| HSV(B) | 134.63º | 0.55% | 0.88% | - |
| XYZ | 36.57 | 58.34 | 31.16 | - |
| YUV | 177.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 132 | 0.55 | 0 | 0.41 | 0.12 | 134.63 | 0.67 | 0.64 |
| Hex | 66 | E1 | 84 | 37 | 0 | 29 | C | 87 | 43 | 40 |
| Octal | 146 | 341 | 204 | 67 | 0 | 51 | 14 | 207 | 103 | 100 |
| Binary | 1100110 | 11100001 | 10000100 | 110111 | 0 | 101001 | 1100 | 10000111 | 1000011 | 1000000 |
Color Harmonies of #66E184
Complementary color
Monochromatic Colors of #66E184
Black with #66E184
Text Example
Text Example
White with #66E184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E184; }
p { color: rgb(102,225,132); }
H1.HeaderClassName
{
color: #66E184;
}
.AnyTagClassName
{
color: #66E184;
}
</style>
background-color css
<style>
a { background-color: #66E184; }
a { background-color: rgb(102,225,132); }
div.DivClassName
{
background-color: #66E184;
}
.BgClassName
{
background-color: #66E184;
}
</style>
border-color css
<style>
span { border-color: #66E184; }
span { border-color: rgb(102,225,132); }
td.TdClassName
{
border-color: #66E184;
}
.TagClassName
{
border-color: #66E184;
}
</style>