Shades of Pastel Green #84ED76
Tints of Pastel Green #84ED76
RGB
CMYK
RGB Variations
Color information
#84ED76 (or 0x84ED76) is known color: Pastel Green. HEX triplet: 84, ED and 76. RGB value is (132,237,118). Sum of RGB (Red+Green+Blue) = 132+237+118=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84ED76 is #7B1289. Grayscale: #C0C0C0. Windows color (decimal): -8065674 or 7794052. OLE color: 7794052.
HSL color Cylindrical-coordinate representation of color #84ED76: hue angle of 112.94º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84ED76 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 118 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.07 |
| HSL | 112.94º | 0.77% | 0.7% | - |
| HSV(B) | 112.94º | 0.5% | 0.93% | - |
| XYZ | 43.07 | 66.78 | 27.76 | - |
| YUV | 192.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 118 | 0.44 | 0 | 0.50 | 0.07 | 112.94 | 0.77 | 0.7 |
| Hex | 84 | ED | 76 | 2C | 0 | 32 | 7 | 71 | 4D | 46 |
| Octal | 204 | 355 | 166 | 54 | 0 | 62 | 7 | 161 | 115 | 106 |
| Binary | 10000100 | 11101101 | 1110110 | 101100 | 0 | 110010 | 111 | 1110001 | 1001101 | 1000110 |
Color Harmonies of #84ED76
Complementary color
Monochromatic Colors of #84ED76
Black with #84ED76
Text Example
Text Example
White with #84ED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ED76; }
p { color: rgb(132,237,118); }
H1.HeaderClassName
{
color: #84ED76;
}
.AnyTagClassName
{
color: #84ED76;
}
</style>
background-color css
<style>
a { background-color: #84ED76; }
a { background-color: rgb(132,237,118); }
div.DivClassName
{
background-color: #84ED76;
}
.BgClassName
{
background-color: #84ED76;
}
</style>
border-color css
<style>
span { border-color: #84ED76; }
span { border-color: rgb(132,237,118); }
td.TdClassName
{
border-color: #84ED76;
}
.TagClassName
{
border-color: #84ED76;
}
</style>