Shades of Pastel Green #84D86C
Tints of Pastel Green #84D86C
RGB
CMYK
RGB Variations
Color information
#84D86C (or 0x84D86C) is known color: Pastel Green. HEX triplet: 84, D8 and 6C. RGB value is (132,216,108). Sum of RGB (Red+Green+Blue) = 132+216+108=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #84D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D86C is #7B2793. Grayscale: #B2B2B2. Windows color (decimal): -8071060 or 7133316. OLE color: 7133316.
HSL color Cylindrical-coordinate representation of color #84D86C: hue angle of 106.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84D86C is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 108 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.15 |
| HSL | 106.67º | 0.58% | 0.64% | - |
| HSV(B) | 106.67º | 0.5% | 0.85% | - |
| XYZ | 36.78 | 55.1 | 22.88 | - |
| YUV | 178.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 108 | 0.39 | 0 | 0.50 | 0.15 | 106.67 | 0.58 | 0.64 |
| Hex | 84 | D8 | 6C | 27 | 0 | 32 | F | 6B | 3A | 40 |
| Octal | 204 | 330 | 154 | 47 | 0 | 62 | 17 | 153 | 72 | 100 |
| Binary | 10000100 | 11011000 | 1101100 | 100111 | 0 | 110010 | 1111 | 1101011 | 111010 | 1000000 |
Color Harmonies of #84D86C
Complementary color
Monochromatic Colors of #84D86C
Black with #84D86C
Text Example
Text Example
White with #84D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D86C; }
p { color: rgb(132,216,108); }
H1.HeaderClassName
{
color: #84D86C;
}
.AnyTagClassName
{
color: #84D86C;
}
</style>
background-color css
<style>
a { background-color: #84D86C; }
a { background-color: rgb(132,216,108); }
div.DivClassName
{
background-color: #84D86C;
}
.BgClassName
{
background-color: #84D86C;
}
</style>
border-color css
<style>
span { border-color: #84D86C; }
span { border-color: rgb(132,216,108); }
td.TdClassName
{
border-color: #84D86C;
}
.TagClassName
{
border-color: #84D86C;
}
</style>