Shades of Pastel Green #84E07A
Tints of Pastel Green #84E07A
RGB
CMYK
RGB Variations
Color information
#84E07A (or 0x84E07A) is known color: Pastel Green. HEX triplet: 84, E0 and 7A. RGB value is (132,224,122). Sum of RGB (Red+Green+Blue) = 132+224+122=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #84E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E07A is #7B1F85. Grayscale: #B9B9B9. Windows color (decimal): -8068998 or 8052868. OLE color: 8052868.
HSL color Cylindrical-coordinate representation of color #84E07A: hue angle of 114.12º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84E07A is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 122 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.12 |
| HSL | 114.12º | 0.62% | 0.68% | - |
| HSV(B) | 114.12º | 0.46% | 0.88% | - |
| XYZ | 39.68 | 59.62 | 27.83 | - |
| YUV | 184.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 122 | 0.41 | 0 | 0.46 | 0.12 | 114.12 | 0.62 | 0.68 |
| Hex | 84 | E0 | 7A | 29 | 0 | 2E | C | 72 | 3E | 44 |
| Octal | 204 | 340 | 172 | 51 | 0 | 56 | 14 | 162 | 76 | 104 |
| Binary | 10000100 | 11100000 | 1111010 | 101001 | 0 | 101110 | 1100 | 1110010 | 111110 | 1000100 |
Color Harmonies of #84E07A
Complementary color
Monochromatic Colors of #84E07A
Black with #84E07A
Text Example
Text Example
White with #84E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E07A; }
p { color: rgb(132,224,122); }
H1.HeaderClassName
{
color: #84E07A;
}
.AnyTagClassName
{
color: #84E07A;
}
</style>
background-color css
<style>
a { background-color: #84E07A; }
a { background-color: rgb(132,224,122); }
div.DivClassName
{
background-color: #84E07A;
}
.BgClassName
{
background-color: #84E07A;
}
</style>
border-color css
<style>
span { border-color: #84E07A; }
span { border-color: rgb(132,224,122); }
td.TdClassName
{
border-color: #84E07A;
}
.TagClassName
{
border-color: #84E07A;
}
</style>