Shades of Light Green #84FF82
Tints of Light Green #84FF82
RGB
CMYK
RGB Variations
Color information
#84FF82 (or 0x84FF82) is known color: Light Green. HEX triplet: 84, FF and 82. RGB value is (132,255,130). Sum of RGB (Red+Green+Blue) = 132+255+130=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FF82 is #7B007D. Grayscale: #CCCCCC. Windows color (decimal): -8061054 or 8585092. OLE color: 8585092.
HSL color Cylindrical-coordinate representation of color #84FF82: hue angle of 119.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84FF82 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 130 | - |
| CMYK | 0.48 | 0 | 0.49 | 0 |
| HSL | 119.04º | 1% | 0.75% | - |
| HSV(B) | 119.04º | 0.49% | 1% | - |
| XYZ | 49.3 | 78.04 | 33.58 | - |
| YUV | 203.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 130 | 0.48 | 0 | 0.49 | 0 | 119.04 | 1 | 0.75 |
| Hex | 84 | FF | 82 | 30 | 0 | 31 | 0 | 77 | 64 | 4B |
| Octal | 204 | 377 | 202 | 60 | 0 | 61 | 0 | 167 | 144 | 113 |
| Binary | 10000100 | 11111111 | 10000010 | 110000 | 0 | 110001 | 0 | 1110111 | 1100100 | 1001011 |
Color Harmonies of #84FF82
Complementary color
Monochromatic Colors of #84FF82
Black with #84FF82
Text Example
Text Example
White with #84FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FF82; }
p { color: rgb(132,255,130); }
H1.HeaderClassName
{
color: #84FF82;
}
.AnyTagClassName
{
color: #84FF82;
}
</style>
background-color css
<style>
a { background-color: #84FF82; }
a { background-color: rgb(132,255,130); }
div.DivClassName
{
background-color: #84FF82;
}
.BgClassName
{
background-color: #84FF82;
}
</style>
border-color css
<style>
span { border-color: #84FF82; }
span { border-color: rgb(132,255,130); }
td.TdClassName
{
border-color: #84FF82;
}
.TagClassName
{
border-color: #84FF82;
}
</style>