Shades of Pastel Green #84D77C
Tints of Pastel Green #84D77C
RGB
CMYK
RGB Variations
Color information
#84D77C (or 0x84D77C) is known color: Pastel Green. HEX triplet: 84, D7 and 7C. RGB value is (132,215,124). Sum of RGB (Red+Green+Blue) = 132+215+124=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #84D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D77C is #7B2883. Grayscale: #B4B4B4. Windows color (decimal): -8071300 or 8181636. OLE color: 8181636.
HSL color Cylindrical-coordinate representation of color #84D77C: hue angle of 114.73º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84D77C is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 124 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.16 |
| HSL | 114.73º | 0.53% | 0.66% | - |
| HSV(B) | 114.73º | 0.42% | 0.84% | - |
| XYZ | 37.45 | 54.96 | 27.7 | - |
| YUV | 179.81 | 96.5 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 124 | 0.39 | 0 | 0.42 | 0.16 | 114.73 | 0.53 | 0.66 |
| Hex | 84 | D7 | 7C | 27 | 0 | 2A | 10 | 73 | 35 | 42 |
| Octal | 204 | 327 | 174 | 47 | 0 | 52 | 20 | 163 | 65 | 102 |
| Binary | 10000100 | 11010111 | 1111100 | 100111 | 0 | 101010 | 10000 | 1110011 | 110101 | 1000010 |
Color Harmonies of #84D77C
Complementary color
Monochromatic Colors of #84D77C
Black with #84D77C
Text Example
Text Example
White with #84D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D77C; }
p { color: rgb(132,215,124); }
H1.HeaderClassName
{
color: #84D77C;
}
.AnyTagClassName
{
color: #84D77C;
}
</style>
background-color css
<style>
a { background-color: #84D77C; }
a { background-color: rgb(132,215,124); }
div.DivClassName
{
background-color: #84D77C;
}
.BgClassName
{
background-color: #84D77C;
}
</style>
border-color css
<style>
span { border-color: #84D77C; }
span { border-color: rgb(132,215,124); }
td.TdClassName
{
border-color: #84D77C;
}
.TagClassName
{
border-color: #84D77C;
}
</style>