Shades of Pastel Green #84D671
Tints of Pastel Green #84D671
RGB
CMYK
RGB Variations
Color information
#84D671 (or 0x84D671) is known color: Pastel Green. HEX triplet: 84, D6 and 71. RGB value is (132,214,113). Sum of RGB (Red+Green+Blue) = 132+214+113=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #84D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D671 is #7B298E. Grayscale: #B2B2B2. Windows color (decimal): -8071567 or 7460484. OLE color: 7460484.
HSL color Cylindrical-coordinate representation of color #84D671: hue angle of 108.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84D671 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 113 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.16 |
| HSL | 108.71º | 0.55% | 0.64% | - |
| HSV(B) | 108.71º | 0.47% | 0.84% | - |
| XYZ | 36.54 | 54.19 | 24.16 | - |
| YUV | 177.97 | 91.33 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 113 | 0.38 | 0 | 0.47 | 0.16 | 108.71 | 0.55 | 0.64 |
| Hex | 84 | D6 | 71 | 26 | 0 | 2F | 10 | 6D | 37 | 40 |
| Octal | 204 | 326 | 161 | 46 | 0 | 57 | 20 | 155 | 67 | 100 |
| Binary | 10000100 | 11010110 | 1110001 | 100110 | 0 | 101111 | 10000 | 1101101 | 110111 | 1000000 |
Color Harmonies of #84D671
Complementary color
Monochromatic Colors of #84D671
Black with #84D671
Text Example
Text Example
White with #84D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D671; }
p { color: rgb(132,214,113); }
H1.HeaderClassName
{
color: #84D671;
}
.AnyTagClassName
{
color: #84D671;
}
</style>
background-color css
<style>
a { background-color: #84D671; }
a { background-color: rgb(132,214,113); }
div.DivClassName
{
background-color: #84D671;
}
.BgClassName
{
background-color: #84D671;
}
</style>
border-color css
<style>
span { border-color: #84D671; }
span { border-color: rgb(132,214,113); }
td.TdClassName
{
border-color: #84D671;
}
.TagClassName
{
border-color: #84D671;
}
</style>