Shades of Pastel Green #84EC78
Tints of Pastel Green #84EC78
RGB
CMYK
RGB Variations
Color information
#84EC78 (or 0x84EC78) is known color: Pastel Green. HEX triplet: 84, EC and 78. RGB value is (132,236,120). Sum of RGB (Red+Green+Blue) = 132+236+120=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EC78 is #7B1387. Grayscale: #C0C0C0. Windows color (decimal): -8065928 or 7924868. OLE color: 7924868.
HSL color Cylindrical-coordinate representation of color #84EC78: hue angle of 113.79º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84EC78 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 120 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.07 |
| HSL | 113.79º | 0.75% | 0.7% | - |
| HSV(B) | 113.79º | 0.49% | 0.93% | - |
| XYZ | 42.9 | 66.25 | 28.3 | - |
| YUV | 191.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 120 | 0.44 | 0 | 0.49 | 0.07 | 113.79 | 0.75 | 0.7 |
| Hex | 84 | EC | 78 | 2C | 0 | 31 | 7 | 72 | 4B | 46 |
| Octal | 204 | 354 | 170 | 54 | 0 | 61 | 7 | 162 | 113 | 106 |
| Binary | 10000100 | 11101100 | 1111000 | 101100 | 0 | 110001 | 111 | 1110010 | 1001011 | 1000110 |
Color Harmonies of #84EC78
Complementary color
Monochromatic Colors of #84EC78
Black with #84EC78
Text Example
Text Example
White with #84EC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EC78; }
p { color: rgb(132,236,120); }
H1.HeaderClassName
{
color: #84EC78;
}
.AnyTagClassName
{
color: #84EC78;
}
</style>
background-color css
<style>
a { background-color: #84EC78; }
a { background-color: rgb(132,236,120); }
div.DivClassName
{
background-color: #84EC78;
}
.BgClassName
{
background-color: #84EC78;
}
</style>
border-color css
<style>
span { border-color: #84EC78; }
span { border-color: rgb(132,236,120); }
td.TdClassName
{
border-color: #84EC78;
}
.TagClassName
{
border-color: #84EC78;
}
</style>