Shades of Light Green #84FB8C
Tints of Light Green #84FB8C
RGB
CMYK
RGB Variations
Color information
#84FB8C (or 0x84FB8C) is known color: Light Green. HEX triplet: 84, FB and 8C. RGB value is (132,251,140). Sum of RGB (Red+Green+Blue) = 132+251+140=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FB8C is #7B0473. Grayscale: #CBCBCB. Windows color (decimal): -8062068 or 9239428. OLE color: 9239428.
HSL color Cylindrical-coordinate representation of color #84FB8C: hue angle of 124.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 #84FB8C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 140 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.02 |
| HSL | 124.03º | 0.94% | 0.75% | - |
| HSV(B) | 124.03º | 0.47% | 0.98% | - |
| XYZ | 48.75 | 75.79 | 36.87 | - |
| YUV | 202.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 140 | 0.47 | 0 | 0.44 | 0.02 | 124.03 | 0.94 | 0.75 |
| Hex | 84 | FB | 8C | 2F | 0 | 2C | 2 | 7C | 5E | 4B |
| Octal | 204 | 373 | 214 | 57 | 0 | 54 | 2 | 174 | 136 | 113 |
| Binary | 10000100 | 11111011 | 10001100 | 101111 | 0 | 101100 | 10 | 1111100 | 1011110 | 1001011 |
Color Harmonies of #84FB8C
Complementary color
Monochromatic Colors of #84FB8C
Black with #84FB8C
Text Example
Text Example
White with #84FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FB8C; }
p { color: rgb(132,251,140); }
H1.HeaderClassName
{
color: #84FB8C;
}
.AnyTagClassName
{
color: #84FB8C;
}
</style>
background-color css
<style>
a { background-color: #84FB8C; }
a { background-color: rgb(132,251,140); }
div.DivClassName
{
background-color: #84FB8C;
}
.BgClassName
{
background-color: #84FB8C;
}
</style>
border-color css
<style>
span { border-color: #84FB8C; }
span { border-color: rgb(132,251,140); }
td.TdClassName
{
border-color: #84FB8C;
}
.TagClassName
{
border-color: #84FB8C;
}
</style>