Shades of Pastel Green #84EC7A
Tints of Pastel Green #84EC7A
RGB
CMYK
RGB Variations
Color information
#84EC7A (or 0x84EC7A) is known color: Pastel Green. HEX triplet: 84, EC and 7A. RGB value is (132,236,122). Sum of RGB (Red+Green+Blue) = 132+236+122=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EC7A is #7B1385. Grayscale: #C0C0C0. Windows color (decimal): -8065926 or 8055940. OLE color: 8055940.
HSL color Cylindrical-coordinate representation of color #84EC7A: hue angle of 114.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84EC7A is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 122 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.07 |
| HSL | 114.74º | 0.75% | 0.7% | - |
| HSV(B) | 114.74º | 0.48% | 0.93% | - |
| XYZ | 43.02 | 66.3 | 28.94 | - |
| YUV | 191.91 | 88.54 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 122 | 0.44 | 0 | 0.48 | 0.07 | 114.74 | 0.75 | 0.7 |
| Hex | 84 | EC | 7A | 2C | 0 | 30 | 7 | 73 | 4B | 46 |
| Octal | 204 | 354 | 172 | 54 | 0 | 60 | 7 | 163 | 113 | 106 |
| Binary | 10000100 | 11101100 | 1111010 | 101100 | 0 | 110000 | 111 | 1110011 | 1001011 | 1000110 |
Color Harmonies of #84EC7A
Complementary color
Monochromatic Colors of #84EC7A
Black with #84EC7A
Text Example
Text Example
White with #84EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EC7A; }
p { color: rgb(132,236,122); }
H1.HeaderClassName
{
color: #84EC7A;
}
.AnyTagClassName
{
color: #84EC7A;
}
</style>
background-color css
<style>
a { background-color: #84EC7A; }
a { background-color: rgb(132,236,122); }
div.DivClassName
{
background-color: #84EC7A;
}
.BgClassName
{
background-color: #84EC7A;
}
</style>
border-color css
<style>
span { border-color: #84EC7A; }
span { border-color: rgb(132,236,122); }
td.TdClassName
{
border-color: #84EC7A;
}
.TagClassName
{
border-color: #84EC7A;
}
</style>