Shades of Pastel Green #84EA5E
Tints of Pastel Green #84EA5E
RGB
CMYK
RGB Variations
Color information
#84EA5E (or 0x84EA5E) is known color: Pastel Green. HEX triplet: 84, EA and 5E. RGB value is (132,234,94). Sum of RGB (Red+Green+Blue) = 132+234+94=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EA5E is #7B15A1. Grayscale: #BCBCBC. Windows color (decimal): -8066466 or 6220420. OLE color: 6220420.
HSL color Cylindrical-coordinate representation of color #84EA5E: hue angle of 103.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84EA5E is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 94 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.08 |
| HSL | 103.71º | 0.77% | 0.64% | - |
| HSV(B) | 103.71º | 0.6% | 0.92% | - |
| XYZ | 40.96 | 64.56 | 20.89 | - |
| YUV | 187.54 | 75.21 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 94 | 0.44 | 0 | 0.60 | 0.08 | 103.71 | 0.77 | 0.64 |
| Hex | 84 | EA | 5E | 2C | 0 | 3C | 8 | 68 | 4D | 40 |
| Octal | 204 | 352 | 136 | 54 | 0 | 74 | 10 | 150 | 115 | 100 |
| Binary | 10000100 | 11101010 | 1011110 | 101100 | 0 | 111100 | 1000 | 1101000 | 1001101 | 1000000 |
Color Harmonies of #84EA5E
Complementary color
Monochromatic Colors of #84EA5E
Black with #84EA5E
Text Example
Text Example
White with #84EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA5E; }
p { color: rgb(132,234,94); }
H1.HeaderClassName
{
color: #84EA5E;
}
.AnyTagClassName
{
color: #84EA5E;
}
</style>
background-color css
<style>
a { background-color: #84EA5E; }
a { background-color: rgb(132,234,94); }
div.DivClassName
{
background-color: #84EA5E;
}
.BgClassName
{
background-color: #84EA5E;
}
</style>
border-color css
<style>
span { border-color: #84EA5E; }
span { border-color: rgb(132,234,94); }
td.TdClassName
{
border-color: #84EA5E;
}
.TagClassName
{
border-color: #84EA5E;
}
</style>