Shades of Pastel Green #84DC77
Tints of Pastel Green #84DC77
RGB
CMYK
RGB Variations
Color information
#84DC77 (or 0x84DC77) is known color: Pastel Green. HEX triplet: 84, DC and 77. RGB value is (132,220,119). Sum of RGB (Red+Green+Blue) = 132+220+119=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC77 is #7B2388. Grayscale: #B6B6B6. Windows color (decimal): -8070025 or 7855236. OLE color: 7855236.
HSL color Cylindrical-coordinate representation of color #84DC77: hue angle of 112.28º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84DC77 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 119 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.14 |
| HSL | 112.28º | 0.59% | 0.66% | - |
| HSV(B) | 112.28º | 0.46% | 0.86% | - |
| XYZ | 38.44 | 57.42 | 26.51 | - |
| YUV | 182.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 119 | 0.40 | 0 | 0.46 | 0.14 | 112.28 | 0.59 | 0.66 |
| Hex | 84 | DC | 77 | 28 | 0 | 2E | E | 70 | 3B | 42 |
| Octal | 204 | 334 | 167 | 50 | 0 | 56 | 16 | 160 | 73 | 102 |
| Binary | 10000100 | 11011100 | 1110111 | 101000 | 0 | 101110 | 1110 | 1110000 | 111011 | 1000010 |
Color Harmonies of #84DC77
Complementary color
Monochromatic Colors of #84DC77
Black with #84DC77
Text Example
Text Example
White with #84DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC77; }
p { color: rgb(132,220,119); }
H1.HeaderClassName
{
color: #84DC77;
}
.AnyTagClassName
{
color: #84DC77;
}
</style>
background-color css
<style>
a { background-color: #84DC77; }
a { background-color: rgb(132,220,119); }
div.DivClassName
{
background-color: #84DC77;
}
.BgClassName
{
background-color: #84DC77;
}
</style>
border-color css
<style>
span { border-color: #84DC77; }
span { border-color: rgb(132,220,119); }
td.TdClassName
{
border-color: #84DC77;
}
.TagClassName
{
border-color: #84DC77;
}
</style>