Shades of Pastel Green #84E085
Tints of Pastel Green #84E085
RGB
CMYK
RGB Variations
Color information
#84E085 (or 0x84E085) is known color: Pastel Green. HEX triplet: 84, E0 and 85. RGB value is (132,224,133). Sum of RGB (Red+Green+Blue) = 132+224+133=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #84E085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E085 is #7B1F7A. Grayscale: #BABABA. Windows color (decimal): -8068987 or 8773764. OLE color: 8773764.
HSL color Cylindrical-coordinate representation of color #84E085: hue angle of 120.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E085 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 133 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.12 |
| HSL | 120.65º | 0.6% | 0.7% | - |
| HSV(B) | 120.65º | 0.41% | 0.88% | - |
| XYZ | 40.41 | 59.91 | 31.62 | - |
| YUV | 186.12 | 98.02 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 133 | 0.41 | 0 | 0.41 | 0.12 | 120.65 | 0.6 | 0.7 |
| Hex | 84 | E0 | 85 | 29 | 0 | 29 | C | 79 | 3C | 46 |
| Octal | 204 | 340 | 205 | 51 | 0 | 51 | 14 | 171 | 74 | 106 |
| Binary | 10000100 | 11100000 | 10000101 | 101001 | 0 | 101001 | 1100 | 1111001 | 111100 | 1000110 |
Color Harmonies of #84E085
Complementary color
Monochromatic Colors of #84E085
Black with #84E085
Text Example
Text Example
White with #84E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E085; }
p { color: rgb(132,224,133); }
H1.HeaderClassName
{
color: #84E085;
}
.AnyTagClassName
{
color: #84E085;
}
</style>
background-color css
<style>
a { background-color: #84E085; }
a { background-color: rgb(132,224,133); }
div.DivClassName
{
background-color: #84E085;
}
.BgClassName
{
background-color: #84E085;
}
</style>
border-color css
<style>
span { border-color: #84E085; }
span { border-color: rgb(132,224,133); }
td.TdClassName
{
border-color: #84E085;
}
.TagClassName
{
border-color: #84E085;
}
</style>