Shades of Light Green #84FF7A
Tints of Light Green #84FF7A
RGB
CMYK
RGB Variations
Color information
#84FF7A (or 0x84FF7A) is known color: Light Green. HEX triplet: 84, FF and 7A. RGB value is (132,255,122). Sum of RGB (Red+Green+Blue) = 132+255+122=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FF7A is #7B0085. Grayscale: #CBCBCB. Windows color (decimal): -8061062 or 8060804. OLE color: 8060804.
HSL color Cylindrical-coordinate representation of color #84FF7A: hue angle of 115.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84FF7A is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 122 | - |
| CMYK | 0.48 | 0 | 0.52 | 0 |
| HSL | 115.49º | 1% | 0.74% | - |
| HSV(B) | 115.49º | 0.52% | 1% | - |
| XYZ | 48.79 | 77.83 | 30.86 | - |
| YUV | 203.06 | 82.25 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 122 | 0.48 | 0 | 0.52 | 0 | 115.49 | 1 | 0.74 |
| Hex | 84 | FF | 7A | 30 | 0 | 34 | 0 | 73 | 64 | 4A |
| Octal | 204 | 377 | 172 | 60 | 0 | 64 | 0 | 163 | 144 | 112 |
| Binary | 10000100 | 11111111 | 1111010 | 110000 | 0 | 110100 | 0 | 1110011 | 1100100 | 1001010 |
Color Harmonies of #84FF7A
Complementary color
Monochromatic Colors of #84FF7A
Black with #84FF7A
Text Example
Text Example
White with #84FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FF7A; }
p { color: rgb(132,255,122); }
H1.HeaderClassName
{
color: #84FF7A;
}
.AnyTagClassName
{
color: #84FF7A;
}
</style>
background-color css
<style>
a { background-color: #84FF7A; }
a { background-color: rgb(132,255,122); }
div.DivClassName
{
background-color: #84FF7A;
}
.BgClassName
{
background-color: #84FF7A;
}
</style>
border-color css
<style>
span { border-color: #84FF7A; }
span { border-color: rgb(132,255,122); }
td.TdClassName
{
border-color: #84FF7A;
}
.TagClassName
{
border-color: #84FF7A;
}
</style>