Shades of Pastel Green #84EA7A
Tints of Pastel Green #84EA7A
RGB
CMYK
RGB Variations
Color information
#84EA7A (or 0x84EA7A) is known color: Pastel Green. HEX triplet: 84, EA and 7A. RGB value is (132,234,122). Sum of RGB (Red+Green+Blue) = 132+234+122=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EA7A is #7B1585. Grayscale: #BFBFBF. Windows color (decimal): -8066438 or 8055428. OLE color: 8055428.
HSL color Cylindrical-coordinate representation of color #84EA7A: hue angle of 114.64º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84EA7A is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 122 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.08 |
| HSL | 114.64º | 0.73% | 0.7% | - |
| HSV(B) | 114.64º | 0.48% | 0.92% | - |
| XYZ | 42.45 | 65.16 | 28.75 | - |
| YUV | 190.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 122 | 0.44 | 0 | 0.48 | 0.08 | 114.64 | 0.73 | 0.7 |
| Hex | 84 | EA | 7A | 2C | 0 | 30 | 8 | 73 | 49 | 46 |
| Octal | 204 | 352 | 172 | 54 | 0 | 60 | 10 | 163 | 111 | 106 |
| Binary | 10000100 | 11101010 | 1111010 | 101100 | 0 | 110000 | 1000 | 1110011 | 1001001 | 1000110 |
Color Harmonies of #84EA7A
Complementary color
Monochromatic Colors of #84EA7A
Black with #84EA7A
Text Example
Text Example
White with #84EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA7A; }
p { color: rgb(132,234,122); }
H1.HeaderClassName
{
color: #84EA7A;
}
.AnyTagClassName
{
color: #84EA7A;
}
</style>
background-color css
<style>
a { background-color: #84EA7A; }
a { background-color: rgb(132,234,122); }
div.DivClassName
{
background-color: #84EA7A;
}
.BgClassName
{
background-color: #84EA7A;
}
</style>
border-color css
<style>
span { border-color: #84EA7A; }
span { border-color: rgb(132,234,122); }
td.TdClassName
{
border-color: #84EA7A;
}
.TagClassName
{
border-color: #84EA7A;
}
</style>