Shades of Pastel Green #84E280
Tints of Pastel Green #84E280
RGB
CMYK
RGB Variations
Color information
#84E280 (or 0x84E280) is known color: Pastel Green. HEX triplet: 84, E2 and 80. RGB value is (132,226,128). Sum of RGB (Red+Green+Blue) = 132+226+128=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #84E280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E280 is #7B1D7F. Grayscale: #BBBBBB. Windows color (decimal): -8068480 or 8446596. OLE color: 8446596.
HSL color Cylindrical-coordinate representation of color #84E280: hue angle of 117.55º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E280 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 226 | 128 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.11 |
| HSL | 117.55º | 0.63% | 0.69% | - |
| HSV(B) | 117.55º | 0.43% | 0.89% | - |
| XYZ | 40.61 | 60.86 | 30.03 | - |
| YUV | 186.72 | 94.86 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 128 | 0.42 | 0 | 0.43 | 0.11 | 117.55 | 0.63 | 0.69 |
| Hex | 84 | E2 | 80 | 2A | 0 | 2B | B | 76 | 3F | 45 |
| Octal | 204 | 342 | 200 | 52 | 0 | 53 | 13 | 166 | 77 | 105 |
| Binary | 10000100 | 11100010 | 10000000 | 101010 | 0 | 101011 | 1011 | 1110110 | 111111 | 1000101 |
Color Harmonies of #84E280
Complementary color
Monochromatic Colors of #84E280
Black with #84E280
Text Example
Text Example
White with #84E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E280; }
p { color: rgb(132,226,128); }
H1.HeaderClassName
{
color: #84E280;
}
.AnyTagClassName
{
color: #84E280;
}
</style>
background-color css
<style>
a { background-color: #84E280; }
a { background-color: rgb(132,226,128); }
div.DivClassName
{
background-color: #84E280;
}
.BgClassName
{
background-color: #84E280;
}
</style>
border-color css
<style>
span { border-color: #84E280; }
span { border-color: rgb(132,226,128); }
td.TdClassName
{
border-color: #84E280;
}
.TagClassName
{
border-color: #84E280;
}
</style>