Shades of Pastel Green #84D575
Tints of Pastel Green #84D575
RGB
CMYK
RGB Variations
Color information
#84D575 (or 0x84D575) is known color: Pastel Green. HEX triplet: 84, D5 and 75. RGB value is (132,213,117). Sum of RGB (Red+Green+Blue) = 132+213+117=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #84D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D575 is #7B2A8A. Grayscale: #B2B2B2. Windows color (decimal): -8071819 or 7722372. OLE color: 7722372.
HSL color Cylindrical-coordinate representation of color #84D575: hue angle of 110.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84D575 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 117 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.16 |
| HSL | 110.63º | 0.53% | 0.65% | - |
| HSV(B) | 110.63º | 0.45% | 0.84% | - |
| XYZ | 36.52 | 53.78 | 25.29 | - |
| YUV | 177.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 117 | 0.38 | 0 | 0.45 | 0.16 | 110.63 | 0.53 | 0.65 |
| Hex | 84 | D5 | 75 | 26 | 0 | 2D | 10 | 6F | 35 | 41 |
| Octal | 204 | 325 | 165 | 46 | 0 | 55 | 20 | 157 | 65 | 101 |
| Binary | 10000100 | 11010101 | 1110101 | 100110 | 0 | 101101 | 10000 | 1101111 | 110101 | 1000001 |
Color Harmonies of #84D575
Complementary color
Monochromatic Colors of #84D575
Black with #84D575
Text Example
Text Example
White with #84D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D575; }
p { color: rgb(132,213,117); }
H1.HeaderClassName
{
color: #84D575;
}
.AnyTagClassName
{
color: #84D575;
}
</style>
background-color css
<style>
a { background-color: #84D575; }
a { background-color: rgb(132,213,117); }
div.DivClassName
{
background-color: #84D575;
}
.BgClassName
{
background-color: #84D575;
}
</style>
border-color css
<style>
span { border-color: #84D575; }
span { border-color: rgb(132,213,117); }
td.TdClassName
{
border-color: #84D575;
}
.TagClassName
{
border-color: #84D575;
}
</style>