Shades of Pastel Green #84E575
Tints of Pastel Green #84E575
RGB
CMYK
RGB Variations
Color information
#84E575 (or 0x84E575) is known color: Pastel Green. HEX triplet: 84, E5 and 75. RGB value is (132,229,117). Sum of RGB (Red+Green+Blue) = 132+229+117=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #84E575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E575 is #7B1A8A. Grayscale: #BBBBBB. Windows color (decimal): -8067723 or 7726468. OLE color: 7726468.
HSL color Cylindrical-coordinate representation of color #84E575: hue angle of 111.96º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84E575 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 117 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.10 |
| HSL | 111.96º | 0.68% | 0.68% | - |
| HSV(B) | 111.96º | 0.49% | 0.9% | - |
| XYZ | 40.75 | 62.23 | 26.69 | - |
| YUV | 187.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 117 | 0.42 | 0 | 0.49 | 0.10 | 111.96 | 0.68 | 0.68 |
| Hex | 84 | E5 | 75 | 2A | 0 | 31 | A | 70 | 44 | 44 |
| Octal | 204 | 345 | 165 | 52 | 0 | 61 | 12 | 160 | 104 | 104 |
| Binary | 10000100 | 11100101 | 1110101 | 101010 | 0 | 110001 | 1010 | 1110000 | 1000100 | 1000100 |
Color Harmonies of #84E575
Complementary color
Monochromatic Colors of #84E575
Black with #84E575
Text Example
Text Example
White with #84E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E575; }
p { color: rgb(132,229,117); }
H1.HeaderClassName
{
color: #84E575;
}
.AnyTagClassName
{
color: #84E575;
}
</style>
background-color css
<style>
a { background-color: #84E575; }
a { background-color: rgb(132,229,117); }
div.DivClassName
{
background-color: #84E575;
}
.BgClassName
{
background-color: #84E575;
}
</style>
border-color css
<style>
span { border-color: #84E575; }
span { border-color: rgb(132,229,117); }
td.TdClassName
{
border-color: #84E575;
}
.TagClassName
{
border-color: #84E575;
}
</style>