Shades of Pastel Green #84E171
Tints of Pastel Green #84E171
RGB
CMYK
RGB Variations
Color information
#84E171 (or 0x84E171) is known color: Pastel Green. HEX triplet: 84, E1 and 71. RGB value is (132,225,113). Sum of RGB (Red+Green+Blue) = 132+225+113=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #84E171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E171 is #7B1E8E. Grayscale: #B8B8B8. Windows color (decimal): -8068751 or 7463300. OLE color: 7463300.
HSL color Cylindrical-coordinate representation of color #84E171: hue angle of 109.82º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84E171 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 113 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.12 |
| HSL | 109.82º | 0.65% | 0.66% | - |
| HSV(B) | 109.82º | 0.5% | 0.88% | - |
| XYZ | 39.42 | 59.95 | 25.12 | - |
| YUV | 184.43 | 87.69 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 113 | 0.41 | 0 | 0.50 | 0.12 | 109.82 | 0.65 | 0.66 |
| Hex | 84 | E1 | 71 | 29 | 0 | 32 | C | 6E | 41 | 42 |
| Octal | 204 | 341 | 161 | 51 | 0 | 62 | 14 | 156 | 101 | 102 |
| Binary | 10000100 | 11100001 | 1110001 | 101001 | 0 | 110010 | 1100 | 1101110 | 1000001 | 1000010 |
Color Harmonies of #84E171
Complementary color
Monochromatic Colors of #84E171
Black with #84E171
Text Example
Text Example
White with #84E171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E171; }
p { color: rgb(132,225,113); }
H1.HeaderClassName
{
color: #84E171;
}
.AnyTagClassName
{
color: #84E171;
}
</style>
background-color css
<style>
a { background-color: #84E171; }
a { background-color: rgb(132,225,113); }
div.DivClassName
{
background-color: #84E171;
}
.BgClassName
{
background-color: #84E171;
}
</style>
border-color css
<style>
span { border-color: #84E171; }
span { border-color: rgb(132,225,113); }
td.TdClassName
{
border-color: #84E171;
}
.TagClassName
{
border-color: #84E171;
}
</style>