Shades of Light Green #84FA80
Tints of Light Green #84FA80
RGB
CMYK
RGB Variations
Color information
#84FA80 (or 0x84FA80) is known color: Light Green. HEX triplet: 84, FA and 80. RGB value is (132,250,128). Sum of RGB (Red+Green+Blue) = 132+250+128=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FA80 is #7B057F. Grayscale: #C9C9C9. Windows color (decimal): -8062336 or 8452740. OLE color: 8452740.
HSL color Cylindrical-coordinate representation of color #84FA80: hue angle of 118.03º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84FA80 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 128 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.02 |
| HSL | 118.03º | 0.92% | 0.74% | - |
| HSV(B) | 118.03º | 0.49% | 0.98% | - |
| XYZ | 47.6 | 74.84 | 32.36 | - |
| YUV | 200.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 128 | 0.47 | 0 | 0.49 | 0.02 | 118.03 | 0.92 | 0.74 |
| Hex | 84 | FA | 80 | 2F | 0 | 31 | 2 | 76 | 5C | 4A |
| Octal | 204 | 372 | 200 | 57 | 0 | 61 | 2 | 166 | 134 | 112 |
| Binary | 10000100 | 11111010 | 10000000 | 101111 | 0 | 110001 | 10 | 1110110 | 1011100 | 1001010 |
Color Harmonies of #84FA80
Complementary color
Monochromatic Colors of #84FA80
Black with #84FA80
Text Example
Text Example
White with #84FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA80; }
p { color: rgb(132,250,128); }
H1.HeaderClassName
{
color: #84FA80;
}
.AnyTagClassName
{
color: #84FA80;
}
</style>
background-color css
<style>
a { background-color: #84FA80; }
a { background-color: rgb(132,250,128); }
div.DivClassName
{
background-color: #84FA80;
}
.BgClassName
{
background-color: #84FA80;
}
</style>
border-color css
<style>
span { border-color: #84FA80; }
span { border-color: rgb(132,250,128); }
td.TdClassName
{
border-color: #84FA80;
}
.TagClassName
{
border-color: #84FA80;
}
</style>