Shades of Pastel Green #84EC5D
Tints of Pastel Green #84EC5D
RGB
CMYK
RGB Variations
Color information
#84EC5D (or 0x84EC5D) is known color: Pastel Green. HEX triplet: 84, EC and 5D. RGB value is (132,236,93). Sum of RGB (Red+Green+Blue) = 132+236+93=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EC5D is #7B13A2. Grayscale: #BDBDBD. Windows color (decimal): -8065955 or 6155396. OLE color: 6155396.
HSL color Cylindrical-coordinate representation of color #84EC5D: hue angle of 103.64º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84EC5D is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 93 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.07 |
| HSL | 103.64º | 0.79% | 0.65% | - |
| HSV(B) | 103.64º | 0.61% | 0.93% | - |
| XYZ | 41.49 | 65.69 | 20.85 | - |
| YUV | 188.6 | 74.04 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 93 | 0.44 | 0 | 0.61 | 0.07 | 103.64 | 0.79 | 0.65 |
| Hex | 84 | EC | 5D | 2C | 0 | 3D | 7 | 68 | 4F | 41 |
| Octal | 204 | 354 | 135 | 54 | 0 | 75 | 7 | 150 | 117 | 101 |
| Binary | 10000100 | 11101100 | 1011101 | 101100 | 0 | 111101 | 111 | 1101000 | 1001111 | 1000001 |
Color Harmonies of #84EC5D
Complementary color
Monochromatic Colors of #84EC5D
Black with #84EC5D
Text Example
Text Example
White with #84EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EC5D; }
p { color: rgb(132,236,93); }
H1.HeaderClassName
{
color: #84EC5D;
}
.AnyTagClassName
{
color: #84EC5D;
}
</style>
background-color css
<style>
a { background-color: #84EC5D; }
a { background-color: rgb(132,236,93); }
div.DivClassName
{
background-color: #84EC5D;
}
.BgClassName
{
background-color: #84EC5D;
}
</style>
border-color css
<style>
span { border-color: #84EC5D; }
span { border-color: rgb(132,236,93); }
td.TdClassName
{
border-color: #84EC5D;
}
.TagClassName
{
border-color: #84EC5D;
}
</style>