Shades of Pastel Green #84DC7D
Tints of Pastel Green #84DC7D
RGB
CMYK
RGB Variations
Color information
#84DC7D (or 0x84DC7D) is known color: Pastel Green. HEX triplet: 84, DC and 7D. RGB value is (132,220,125). Sum of RGB (Red+Green+Blue) = 132+220+125=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC7D is #7B2382. Grayscale: #B7B7B7. Windows color (decimal): -8070019 or 8248452. OLE color: 8248452.
HSL color Cylindrical-coordinate representation of color #84DC7D: hue angle of 115.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DC7D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 125 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.14 |
| HSL | 115.58º | 0.58% | 0.68% | - |
| HSV(B) | 115.58º | 0.43% | 0.86% | - |
| XYZ | 38.81 | 57.57 | 28.47 | - |
| YUV | 182.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 125 | 0.40 | 0 | 0.43 | 0.14 | 115.58 | 0.58 | 0.68 |
| Hex | 84 | DC | 7D | 28 | 0 | 2B | E | 74 | 3A | 44 |
| Octal | 204 | 334 | 175 | 50 | 0 | 53 | 16 | 164 | 72 | 104 |
| Binary | 10000100 | 11011100 | 1111101 | 101000 | 0 | 101011 | 1110 | 1110100 | 111010 | 1000100 |
Color Harmonies of #84DC7D
Complementary color
Monochromatic Colors of #84DC7D
Black with #84DC7D
Text Example
Text Example
White with #84DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC7D; }
p { color: rgb(132,220,125); }
H1.HeaderClassName
{
color: #84DC7D;
}
.AnyTagClassName
{
color: #84DC7D;
}
</style>
background-color css
<style>
a { background-color: #84DC7D; }
a { background-color: rgb(132,220,125); }
div.DivClassName
{
background-color: #84DC7D;
}
.BgClassName
{
background-color: #84DC7D;
}
</style>
border-color css
<style>
span { border-color: #84DC7D; }
span { border-color: rgb(132,220,125); }
td.TdClassName
{
border-color: #84DC7D;
}
.TagClassName
{
border-color: #84DC7D;
}
</style>