Shades of Pastel Green #84E07D
Tints of Pastel Green #84E07D
RGB
CMYK
RGB Variations
Color information
#84E07D (or 0x84E07D) is known color: Pastel Green. HEX triplet: 84, E0 and 7D. RGB value is (132,224,125). Sum of RGB (Red+Green+Blue) = 132+224+125=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #84E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E07D is #7B1F82. Grayscale: #B9B9B9. Windows color (decimal): -8068995 or 8249476. OLE color: 8249476.
HSL color Cylindrical-coordinate representation of color #84E07D: hue angle of 115.76º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84E07D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 125 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.12 |
| HSL | 115.76º | 0.61% | 0.68% | - |
| HSV(B) | 115.76º | 0.44% | 0.88% | - |
| XYZ | 39.87 | 59.7 | 28.82 | - |
| YUV | 185.21 | 94.02 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 125 | 0.41 | 0 | 0.44 | 0.12 | 115.76 | 0.61 | 0.68 |
| Hex | 84 | E0 | 7D | 29 | 0 | 2C | C | 74 | 3D | 44 |
| Octal | 204 | 340 | 175 | 51 | 0 | 54 | 14 | 164 | 75 | 104 |
| Binary | 10000100 | 11100000 | 1111101 | 101001 | 0 | 101100 | 1100 | 1110100 | 111101 | 1000100 |
Color Harmonies of #84E07D
Complementary color
Monochromatic Colors of #84E07D
Black with #84E07D
Text Example
Text Example
White with #84E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E07D; }
p { color: rgb(132,224,125); }
H1.HeaderClassName
{
color: #84E07D;
}
.AnyTagClassName
{
color: #84E07D;
}
</style>
background-color css
<style>
a { background-color: #84E07D; }
a { background-color: rgb(132,224,125); }
div.DivClassName
{
background-color: #84E07D;
}
.BgClassName
{
background-color: #84E07D;
}
</style>
border-color css
<style>
span { border-color: #84E07D; }
span { border-color: rgb(132,224,125); }
td.TdClassName
{
border-color: #84E07D;
}
.TagClassName
{
border-color: #84E07D;
}
</style>