Shades of Pastel Green #84E85D
Tints of Pastel Green #84E85D
RGB
CMYK
RGB Variations
Color information
#84E85D (or 0x84E85D) is known color: Pastel Green. HEX triplet: 84, E8 and 5D. RGB value is (132,232,93). Sum of RGB (Red+Green+Blue) = 132+232+93=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #84E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84E85D is #7B17A2. Grayscale: #BABABA. Windows color (decimal): -8066979 or 6154372. OLE color: 6154372.
HSL color Cylindrical-coordinate representation of color #84E85D: hue angle of 103.17º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84E85D is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 232 | 93 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.09 |
| HSL | 103.17º | 0.75% | 0.64% | - |
| HSV(B) | 103.17º | 0.6% | 0.91% | - |
| XYZ | 40.35 | 63.41 | 20.47 | - |
| YUV | 186.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 232 | 93 | 0.43 | 0 | 0.60 | 0.09 | 103.17 | 0.75 | 0.64 |
| Hex | 84 | E8 | 5D | 2B | 0 | 3C | 9 | 67 | 4B | 40 |
| Octal | 204 | 350 | 135 | 53 | 0 | 74 | 11 | 147 | 113 | 100 |
| Binary | 10000100 | 11101000 | 1011101 | 101011 | 0 | 111100 | 1001 | 1100111 | 1001011 | 1000000 |
Color Harmonies of #84E85D
Complementary color
Monochromatic Colors of #84E85D
Black with #84E85D
Text Example
Text Example
White with #84E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E85D; }
p { color: rgb(132,232,93); }
H1.HeaderClassName
{
color: #84E85D;
}
.AnyTagClassName
{
color: #84E85D;
}
</style>
background-color css
<style>
a { background-color: #84E85D; }
a { background-color: rgb(132,232,93); }
div.DivClassName
{
background-color: #84E85D;
}
.BgClassName
{
background-color: #84E85D;
}
</style>
border-color css
<style>
span { border-color: #84E85D; }
span { border-color: rgb(132,232,93); }
td.TdClassName
{
border-color: #84E85D;
}
.TagClassName
{
border-color: #84E85D;
}
</style>