Shades of Pastel Green #84D87F
Tints of Pastel Green #84D87F
RGB
CMYK
RGB Variations
Color information
#84D87F (or 0x84D87F) is known color: Pastel Green. HEX triplet: 84, D8 and 7F. RGB value is (132,216,127). Sum of RGB (Red+Green+Blue) = 132+216+127=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #84D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D87F is #7B2780. Grayscale: #B5B5B5. Windows color (decimal): -8071041 or 8378500. OLE color: 8378500.
HSL color Cylindrical-coordinate representation of color #84D87F: hue angle of 116.63º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84D87F is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 127 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.15 |
| HSL | 116.63º | 0.53% | 0.67% | - |
| HSV(B) | 116.63º | 0.41% | 0.85% | - |
| XYZ | 37.9 | 55.55 | 28.8 | - |
| YUV | 180.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 127 | 0.39 | 0 | 0.41 | 0.15 | 116.63 | 0.53 | 0.67 |
| Hex | 84 | D8 | 7F | 27 | 0 | 29 | F | 75 | 35 | 43 |
| Octal | 204 | 330 | 177 | 47 | 0 | 51 | 17 | 165 | 65 | 103 |
| Binary | 10000100 | 11011000 | 1111111 | 100111 | 0 | 101001 | 1111 | 1110101 | 110101 | 1000011 |
Color Harmonies of #84D87F
Complementary color
Monochromatic Colors of #84D87F
Black with #84D87F
Text Example
Text Example
White with #84D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D87F; }
p { color: rgb(132,216,127); }
H1.HeaderClassName
{
color: #84D87F;
}
.AnyTagClassName
{
color: #84D87F;
}
</style>
background-color css
<style>
a { background-color: #84D87F; }
a { background-color: rgb(132,216,127); }
div.DivClassName
{
background-color: #84D87F;
}
.BgClassName
{
background-color: #84D87F;
}
</style>
border-color css
<style>
span { border-color: #84D87F; }
span { border-color: rgb(132,216,127); }
td.TdClassName
{
border-color: #84D87F;
}
.TagClassName
{
border-color: #84D87F;
}
</style>