Shades of Pastel Green #84DD7D
Tints of Pastel Green #84DD7D
RGB
CMYK
RGB Variations
Color information
#84DD7D (or 0x84DD7D) is known color: Pastel Green. HEX triplet: 84, DD and 7D. RGB value is (132,221,125). Sum of RGB (Red+Green+Blue) = 132+221+125=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DD7D is #7B2282. Grayscale: #B7B7B7. Windows color (decimal): -8069763 or 8248708. OLE color: 8248708.
HSL color Cylindrical-coordinate representation of color #84DD7D: hue angle of 115.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DD7D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 125 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.13 |
| HSL | 115.63º | 0.59% | 0.68% | - |
| HSV(B) | 115.63º | 0.43% | 0.87% | - |
| XYZ | 39.07 | 58.1 | 28.56 | - |
| YUV | 183.45 | 95.01 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 125 | 0.40 | 0 | 0.43 | 0.13 | 115.63 | 0.59 | 0.68 |
| Hex | 84 | DD | 7D | 28 | 0 | 2B | D | 74 | 3B | 44 |
| Octal | 204 | 335 | 175 | 50 | 0 | 53 | 15 | 164 | 73 | 104 |
| Binary | 10000100 | 11011101 | 1111101 | 101000 | 0 | 101011 | 1101 | 1110100 | 111011 | 1000100 |
Color Harmonies of #84DD7D
Complementary color
Monochromatic Colors of #84DD7D
Black with #84DD7D
Text Example
Text Example
White with #84DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD7D; }
p { color: rgb(132,221,125); }
H1.HeaderClassName
{
color: #84DD7D;
}
.AnyTagClassName
{
color: #84DD7D;
}
</style>
background-color css
<style>
a { background-color: #84DD7D; }
a { background-color: rgb(132,221,125); }
div.DivClassName
{
background-color: #84DD7D;
}
.BgClassName
{
background-color: #84DD7D;
}
</style>
border-color css
<style>
span { border-color: #84DD7D; }
span { border-color: rgb(132,221,125); }
td.TdClassName
{
border-color: #84DD7D;
}
.TagClassName
{
border-color: #84DD7D;
}
</style>