Shades of Pastel Green #84D870
Tints of Pastel Green #84D870
RGB
CMYK
RGB Variations
Color information
#84D870 (or 0x84D870) is known color: Pastel Green. HEX triplet: 84, D8 and 70. RGB value is (132,216,112). Sum of RGB (Red+Green+Blue) = 132+216+112=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #84D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D870 is #7B278F. Grayscale: #B3B3B3. Windows color (decimal): -8071056 or 7395460. OLE color: 7395460.
HSL color Cylindrical-coordinate representation of color #84D870: hue angle of 108.46º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84D870 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 112 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.15 |
| HSL | 108.46º | 0.57% | 0.64% | - |
| HSV(B) | 108.46º | 0.48% | 0.85% | - |
| XYZ | 37 | 55.19 | 24.03 | - |
| YUV | 179.03 | 90.17 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 112 | 0.39 | 0 | 0.48 | 0.15 | 108.46 | 0.57 | 0.64 |
| Hex | 84 | D8 | 70 | 27 | 0 | 30 | F | 6C | 39 | 40 |
| Octal | 204 | 330 | 160 | 47 | 0 | 60 | 17 | 154 | 71 | 100 |
| Binary | 10000100 | 11011000 | 1110000 | 100111 | 0 | 110000 | 1111 | 1101100 | 111001 | 1000000 |
Color Harmonies of #84D870
Complementary color
Monochromatic Colors of #84D870
Black with #84D870
Text Example
Text Example
White with #84D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D870; }
p { color: rgb(132,216,112); }
H1.HeaderClassName
{
color: #84D870;
}
.AnyTagClassName
{
color: #84D870;
}
</style>
background-color css
<style>
a { background-color: #84D870; }
a { background-color: rgb(132,216,112); }
div.DivClassName
{
background-color: #84D870;
}
.BgClassName
{
background-color: #84D870;
}
</style>
border-color css
<style>
span { border-color: #84D870; }
span { border-color: rgb(132,216,112); }
td.TdClassName
{
border-color: #84D870;
}
.TagClassName
{
border-color: #84D870;
}
</style>