Shades of Light Green #84FB8A
Tints of Light Green #84FB8A
RGB
CMYK
RGB Variations
Color information
#84FB8A (or 0x84FB8A) is known color: Light Green. HEX triplet: 84, FB and 8A. RGB value is (132,251,138). Sum of RGB (Red+Green+Blue) = 132+251+138=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FB8A is #7B0475. Grayscale: #CACACA. Windows color (decimal): -8062070 or 9108356. OLE color: 9108356.
HSL color Cylindrical-coordinate representation of color #84FB8A: hue angle of 123.03º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FB8A is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 138 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.02 |
| HSL | 123.03º | 0.94% | 0.75% | - |
| HSV(B) | 123.03º | 0.47% | 0.98% | - |
| XYZ | 48.6 | 75.73 | 36.1 | - |
| YUV | 202.54 | 91.58 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 138 | 0.47 | 0 | 0.45 | 0.02 | 123.03 | 0.94 | 0.75 |
| Hex | 84 | FB | 8A | 2F | 0 | 2D | 2 | 7B | 5E | 4B |
| Octal | 204 | 373 | 212 | 57 | 0 | 55 | 2 | 173 | 136 | 113 |
| Binary | 10000100 | 11111011 | 10001010 | 101111 | 0 | 101101 | 10 | 1111011 | 1011110 | 1001011 |
Color Harmonies of #84FB8A
Complementary color
Monochromatic Colors of #84FB8A
Black with #84FB8A
Text Example
Text Example
White with #84FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FB8A; }
p { color: rgb(132,251,138); }
H1.HeaderClassName
{
color: #84FB8A;
}
.AnyTagClassName
{
color: #84FB8A;
}
</style>
background-color css
<style>
a { background-color: #84FB8A; }
a { background-color: rgb(132,251,138); }
div.DivClassName
{
background-color: #84FB8A;
}
.BgClassName
{
background-color: #84FB8A;
}
</style>
border-color css
<style>
span { border-color: #84FB8A; }
span { border-color: rgb(132,251,138); }
td.TdClassName
{
border-color: #84FB8A;
}
.TagClassName
{
border-color: #84FB8A;
}
</style>