Shades of Pastel Green #66EC84
Tints of Pastel Green #66EC84
RGB
CMYK
RGB Variations
Color information
#66EC84 (or 0x66EC84) is known color: Pastel Green. HEX triplet: 66, EC and 84. RGB value is (102,236,132). Sum of RGB (Red+Green+Blue) = 102+236+132=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EC84 is #99137B. Grayscale: #B8B8B8. Windows color (decimal): -10031996 or 8711270. OLE color: 8711270.
HSL color Cylindrical-coordinate representation of color #66EC84: hue angle of 133.43º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EC84 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 132 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.07 |
| HSL | 133.43º | 0.78% | 0.66% | - |
| HSV(B) | 133.43º | 0.57% | 0.93% | - |
| XYZ | 39.64 | 64.48 | 32.19 | - |
| YUV | 184.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 132 | 0.57 | 0 | 0.44 | 0.07 | 133.43 | 0.78 | 0.66 |
| Hex | 66 | EC | 84 | 39 | 0 | 2C | 7 | 85 | 4E | 42 |
| Octal | 146 | 354 | 204 | 71 | 0 | 54 | 7 | 205 | 116 | 102 |
| Binary | 1100110 | 11101100 | 10000100 | 111001 | 0 | 101100 | 111 | 10000101 | 1001110 | 1000010 |
Color Harmonies of #66EC84
Complementary color
Monochromatic Colors of #66EC84
Black with #66EC84
Text Example
Text Example
White with #66EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EC84; }
p { color: rgb(102,236,132); }
H1.HeaderClassName
{
color: #66EC84;
}
.AnyTagClassName
{
color: #66EC84;
}
</style>
background-color css
<style>
a { background-color: #66EC84; }
a { background-color: rgb(102,236,132); }
div.DivClassName
{
background-color: #66EC84;
}
.BgClassName
{
background-color: #66EC84;
}
</style>
border-color css
<style>
span { border-color: #66EC84; }
span { border-color: rgb(102,236,132); }
td.TdClassName
{
border-color: #66EC84;
}
.TagClassName
{
border-color: #66EC84;
}
</style>