Shades of Pastel Green #84E172
Tints of Pastel Green #84E172
RGB
CMYK
RGB Variations
Color information
#84E172 (or 0x84E172) is known color: Pastel Green. HEX triplet: 84, E1 and 72. RGB value is (132,225,114). Sum of RGB (Red+Green+Blue) = 132+225+114=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #84E172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E172 is #7B1E8D. Grayscale: #B8B8B8. Windows color (decimal): -8068750 or 7528836. OLE color: 7528836.
HSL color Cylindrical-coordinate representation of color #84E172: hue angle of 110.27º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84E172 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 114 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.12 |
| HSL | 110.27º | 0.65% | 0.66% | - |
| HSV(B) | 110.27º | 0.49% | 0.88% | - |
| XYZ | 39.48 | 59.97 | 25.41 | - |
| YUV | 184.54 | 88.19 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 114 | 0.41 | 0 | 0.49 | 0.12 | 110.27 | 0.65 | 0.66 |
| Hex | 84 | E1 | 72 | 29 | 0 | 31 | C | 6E | 41 | 42 |
| Octal | 204 | 341 | 162 | 51 | 0 | 61 | 14 | 156 | 101 | 102 |
| Binary | 10000100 | 11100001 | 1110010 | 101001 | 0 | 110001 | 1100 | 1101110 | 1000001 | 1000010 |
Color Harmonies of #84E172
Complementary color
Monochromatic Colors of #84E172
Black with #84E172
Text Example
Text Example
White with #84E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E172; }
p { color: rgb(132,225,114); }
H1.HeaderClassName
{
color: #84E172;
}
.AnyTagClassName
{
color: #84E172;
}
</style>
background-color css
<style>
a { background-color: #84E172; }
a { background-color: rgb(132,225,114); }
div.DivClassName
{
background-color: #84E172;
}
.BgClassName
{
background-color: #84E172;
}
</style>
border-color css
<style>
span { border-color: #84E172; }
span { border-color: rgb(132,225,114); }
td.TdClassName
{
border-color: #84E172;
}
.TagClassName
{
border-color: #84E172;
}
</style>