Shades of Light Green #84ED80
Tints of Light Green #84ED80
RGB
CMYK
RGB Variations
Color information
#84ED80 (or 0x84ED80) is known color: Light Green. HEX triplet: 84, ED and 80. RGB value is (132,237,128). Sum of RGB (Red+Green+Blue) = 132+237+128=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84ED80 is #7B127F. Grayscale: #C1C1C1. Windows color (decimal): -8065664 or 8449412. OLE color: 8449412.
HSL color Cylindrical-coordinate representation of color #84ED80: hue angle of 117.8º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84ED80 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 128 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.07 |
| HSL | 117.8º | 0.75% | 0.72% | - |
| HSV(B) | 117.8º | 0.46% | 0.93% | - |
| XYZ | 43.7 | 67.03 | 31.06 | - |
| YUV | 193.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 128 | 0.44 | 0 | 0.46 | 0.07 | 117.8 | 0.75 | 0.72 |
| Hex | 84 | ED | 80 | 2C | 0 | 2E | 7 | 76 | 4B | 48 |
| Octal | 204 | 355 | 200 | 54 | 0 | 56 | 7 | 166 | 113 | 110 |
| Binary | 10000100 | 11101101 | 10000000 | 101100 | 0 | 101110 | 111 | 1110110 | 1001011 | 1001000 |
Color Harmonies of #84ED80
Complementary color
Monochromatic Colors of #84ED80
Black with #84ED80
Text Example
Text Example
White with #84ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ED80; }
p { color: rgb(132,237,128); }
H1.HeaderClassName
{
color: #84ED80;
}
.AnyTagClassName
{
color: #84ED80;
}
</style>
background-color css
<style>
a { background-color: #84ED80; }
a { background-color: rgb(132,237,128); }
div.DivClassName
{
background-color: #84ED80;
}
.BgClassName
{
background-color: #84ED80;
}
</style>
border-color css
<style>
span { border-color: #84ED80; }
span { border-color: rgb(132,237,128); }
td.TdClassName
{
border-color: #84ED80;
}
.TagClassName
{
border-color: #84ED80;
}
</style>