Shades of Pastel Green #84EC72
Tints of Pastel Green #84EC72
RGB
CMYK
RGB Variations
Color information
#84EC72 (or 0x84EC72) is known color: Pastel Green. HEX triplet: 84, EC and 72. RGB value is (132,236,114). Sum of RGB (Red+Green+Blue) = 132+236+114=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EC72 is #7B138D. Grayscale: #BFBFBF. Windows color (decimal): -8065934 or 7531652. OLE color: 7531652.
HSL color Cylindrical-coordinate representation of color #84EC72: hue angle of 111.15º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84EC72 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 114 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.07 |
| HSL | 111.15º | 0.76% | 0.69% | - |
| HSV(B) | 111.15º | 0.52% | 0.93% | - |
| XYZ | 42.55 | 66.11 | 26.44 | - |
| YUV | 191 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 114 | 0.44 | 0 | 0.52 | 0.07 | 111.15 | 0.76 | 0.69 |
| Hex | 84 | EC | 72 | 2C | 0 | 34 | 7 | 6F | 4C | 45 |
| Octal | 204 | 354 | 162 | 54 | 0 | 64 | 7 | 157 | 114 | 105 |
| Binary | 10000100 | 11101100 | 1110010 | 101100 | 0 | 110100 | 111 | 1101111 | 1001100 | 1000101 |
Color Harmonies of #84EC72
Complementary color
Monochromatic Colors of #84EC72
Black with #84EC72
Text Example
Text Example
White with #84EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EC72; }
p { color: rgb(132,236,114); }
H1.HeaderClassName
{
color: #84EC72;
}
.AnyTagClassName
{
color: #84EC72;
}
</style>
background-color css
<style>
a { background-color: #84EC72; }
a { background-color: rgb(132,236,114); }
div.DivClassName
{
background-color: #84EC72;
}
.BgClassName
{
background-color: #84EC72;
}
</style>
border-color css
<style>
span { border-color: #84EC72; }
span { border-color: rgb(132,236,114); }
td.TdClassName
{
border-color: #84EC72;
}
.TagClassName
{
border-color: #84EC72;
}
</style>