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