Shades of Pastel Green #84E180
Tints of Pastel Green #84E180
RGB
CMYK
RGB Variations
Color information
#84E180 (or 0x84E180) is known color: Pastel Green. HEX triplet: 84, E1 and 80. RGB value is (132,225,128). Sum of RGB (Red+Green+Blue) = 132+225+128=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #84E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E180 is #7B1E7F. Grayscale: #BABABA. Windows color (decimal): -8068736 or 8446340. OLE color: 8446340.
HSL color Cylindrical-coordinate representation of color #84E180: hue angle of 117.53º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E180 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 128 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.12 |
| HSL | 117.53º | 0.62% | 0.69% | - |
| HSV(B) | 117.53º | 0.43% | 0.88% | - |
| XYZ | 40.34 | 60.31 | 29.94 | - |
| YUV | 186.14 | 95.19 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 128 | 0.41 | 0 | 0.43 | 0.12 | 117.53 | 0.62 | 0.69 |
| Hex | 84 | E1 | 80 | 29 | 0 | 2B | C | 76 | 3E | 45 |
| Octal | 204 | 341 | 200 | 51 | 0 | 53 | 14 | 166 | 76 | 105 |
| Binary | 10000100 | 11100001 | 10000000 | 101001 | 0 | 101011 | 1100 | 1110110 | 111110 | 1000101 |
Color Harmonies of #84E180
Complementary color
Monochromatic Colors of #84E180
Black with #84E180
Text Example
Text Example
White with #84E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E180; }
p { color: rgb(132,225,128); }
H1.HeaderClassName
{
color: #84E180;
}
.AnyTagClassName
{
color: #84E180;
}
</style>
background-color css
<style>
a { background-color: #84E180; }
a { background-color: rgb(132,225,128); }
div.DivClassName
{
background-color: #84E180;
}
.BgClassName
{
background-color: #84E180;
}
</style>
border-color css
<style>
span { border-color: #84E180; }
span { border-color: rgb(132,225,128); }
td.TdClassName
{
border-color: #84E180;
}
.TagClassName
{
border-color: #84E180;
}
</style>