Shades of Pastel Green #84EC76
Tints of Pastel Green #84EC76
RGB
CMYK
RGB Variations
Color information
#84EC76 (or 0x84EC76) is known color: Pastel Green. HEX triplet: 84, EC and 76. RGB value is (132,236,118). Sum of RGB (Red+Green+Blue) = 132+236+118=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EC76 is #7B1389. Grayscale: #BFBFBF. Windows color (decimal): -8065930 or 7793796. OLE color: 7793796.
HSL color Cylindrical-coordinate representation of color #84EC76: hue angle of 112.88º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84EC76 is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 118 | - |
| CMYK | 0.44 | 0 | 0.5 | 0.07 |
| HSL | 112.88º | 0.76% | 0.69% | - |
| HSV(B) | 112.88º | 0.5% | 0.93% | - |
| XYZ | 42.78 | 66.2 | 27.66 | - |
| YUV | 191.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 118 | 0.44 | 0 | 0.5 | 0.07 | 112.88 | 0.76 | 0.69 |
| Hex | 84 | EC | 76 | 2C | 0 | 32 | 7 | 71 | 4C | 45 |
| Octal | 204 | 354 | 166 | 54 | 0 | 62 | 7 | 161 | 114 | 105 |
| Binary | 10000100 | 11101100 | 1110110 | 101100 | 0 | 110010 | 111 | 1110001 | 1001100 | 1000101 |
Color Harmonies of #84EC76
Complementary color
Monochromatic Colors of #84EC76
Black with #84EC76
Text Example
Text Example
White with #84EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EC76; }
p { color: rgb(132,236,118); }
H1.HeaderClassName
{
color: #84EC76;
}
.AnyTagClassName
{
color: #84EC76;
}
</style>
background-color css
<style>
a { background-color: #84EC76; }
a { background-color: rgb(132,236,118); }
div.DivClassName
{
background-color: #84EC76;
}
.BgClassName
{
background-color: #84EC76;
}
</style>
border-color css
<style>
span { border-color: #84EC76; }
span { border-color: rgb(132,236,118); }
td.TdClassName
{
border-color: #84EC76;
}
.TagClassName
{
border-color: #84EC76;
}
</style>