Shades of Pastel Green #84D77D
Tints of Pastel Green #84D77D
RGB
CMYK
RGB Variations
Color information
#84D77D (or 0x84D77D) is known color: Pastel Green. HEX triplet: 84, D7 and 7D. RGB value is (132,215,125). Sum of RGB (Red+Green+Blue) = 132+215+125=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #84D77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D77D is #7B2882. Grayscale: #B4B4B4. Windows color (decimal): -8071299 or 8247172. OLE color: 8247172.
HSL color Cylindrical-coordinate representation of color #84D77D: hue angle of 115.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84D77D is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 125 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.16 |
| HSL | 115.33º | 0.53% | 0.67% | - |
| HSV(B) | 115.33º | 0.42% | 0.84% | - |
| XYZ | 37.52 | 54.99 | 28.04 | - |
| YUV | 179.92 | 97 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 125 | 0.39 | 0 | 0.42 | 0.16 | 115.33 | 0.53 | 0.67 |
| Hex | 84 | D7 | 7D | 27 | 0 | 2A | 10 | 73 | 35 | 43 |
| Octal | 204 | 327 | 175 | 47 | 0 | 52 | 20 | 163 | 65 | 103 |
| Binary | 10000100 | 11010111 | 1111101 | 100111 | 0 | 101010 | 10000 | 1110011 | 110101 | 1000011 |
Color Harmonies of #84D77D
Complementary color
Monochromatic Colors of #84D77D
Black with #84D77D
Text Example
Text Example
White with #84D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D77D; }
p { color: rgb(132,215,125); }
H1.HeaderClassName
{
color: #84D77D;
}
.AnyTagClassName
{
color: #84D77D;
}
</style>
background-color css
<style>
a { background-color: #84D77D; }
a { background-color: rgb(132,215,125); }
div.DivClassName
{
background-color: #84D77D;
}
.BgClassName
{
background-color: #84D77D;
}
</style>
border-color css
<style>
span { border-color: #84D77D; }
span { border-color: rgb(132,215,125); }
td.TdClassName
{
border-color: #84D77D;
}
.TagClassName
{
border-color: #84D77D;
}
</style>