Shades of Pastel Green #84D86B
Tints of Pastel Green #84D86B
RGB
CMYK
RGB Variations
Color information
#84D86B (or 0x84D86B) is known color: Pastel Green. HEX triplet: 84, D8 and 6B. RGB value is (132,216,107). Sum of RGB (Red+Green+Blue) = 132+216+107=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #84D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D86B is #7B2794. Grayscale: #B2B2B2. Windows color (decimal): -8071061 or 7067780. OLE color: 7067780.
HSL color Cylindrical-coordinate representation of color #84D86B: hue angle of 106.24º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84D86B is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 107 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.15 |
| HSL | 106.24º | 0.58% | 0.63% | - |
| HSV(B) | 106.24º | 0.5% | 0.85% | - |
| XYZ | 36.73 | 55.08 | 22.61 | - |
| YUV | 178.46 | 87.67 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 107 | 0.39 | 0 | 0.50 | 0.15 | 106.24 | 0.58 | 0.63 |
| Hex | 84 | D8 | 6B | 27 | 0 | 32 | F | 6A | 3A | 3F |
| Octal | 204 | 330 | 153 | 47 | 0 | 62 | 17 | 152 | 72 | 77 |
| Binary | 10000100 | 11011000 | 1101011 | 100111 | 0 | 110010 | 1111 | 1101010 | 111010 | 111111 |
Color Harmonies of #84D86B
Complementary color
Monochromatic Colors of #84D86B
Black with #84D86B
Text Example
Text Example
White with #84D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D86B; }
p { color: rgb(132,216,107); }
H1.HeaderClassName
{
color: #84D86B;
}
.AnyTagClassName
{
color: #84D86B;
}
</style>
background-color css
<style>
a { background-color: #84D86B; }
a { background-color: rgb(132,216,107); }
div.DivClassName
{
background-color: #84D86B;
}
.BgClassName
{
background-color: #84D86B;
}
</style>
border-color css
<style>
span { border-color: #84D86B; }
span { border-color: rgb(132,216,107); }
td.TdClassName
{
border-color: #84D86B;
}
.TagClassName
{
border-color: #84D86B;
}
</style>