Shades of Light Green #84FC8C
Tints of Light Green #84FC8C
RGB
CMYK
RGB Variations
Color information
#84FC8C (or 0x84FC8C) is known color: Light Green. HEX triplet: 84, FC and 8C. RGB value is (132,252,140). Sum of RGB (Red+Green+Blue) = 132+252+140=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #84FC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FC8C is #7B0373. Grayscale: #CBCBCB. Windows color (decimal): -8061812 or 9239684. OLE color: 9239684.
HSL color Cylindrical-coordinate representation of color #84FC8C: hue angle of 124º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FC8C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 140 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.01 |
| HSL | 124º | 0.95% | 0.75% | - |
| HSV(B) | 124º | 0.48% | 0.99% | - |
| XYZ | 49.06 | 76.42 | 36.98 | - |
| YUV | 203.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 140 | 0.48 | 0 | 0.44 | 0.01 | 124 | 0.95 | 0.75 |
| Hex | 84 | FC | 8C | 30 | 0 | 2C | 1 | 7C | 5F | 4B |
| Octal | 204 | 374 | 214 | 60 | 0 | 54 | 1 | 174 | 137 | 113 |
| Binary | 10000100 | 11111100 | 10001100 | 110000 | 0 | 101100 | 1 | 1111100 | 1011111 | 1001011 |
Color Harmonies of #84FC8C
Complementary color
Monochromatic Colors of #84FC8C
Black with #84FC8C
Text Example
Text Example
White with #84FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FC8C; }
p { color: rgb(132,252,140); }
H1.HeaderClassName
{
color: #84FC8C;
}
.AnyTagClassName
{
color: #84FC8C;
}
</style>
background-color css
<style>
a { background-color: #84FC8C; }
a { background-color: rgb(132,252,140); }
div.DivClassName
{
background-color: #84FC8C;
}
.BgClassName
{
background-color: #84FC8C;
}
</style>
border-color css
<style>
span { border-color: #84FC8C; }
span { border-color: rgb(132,252,140); }
td.TdClassName
{
border-color: #84FC8C;
}
.TagClassName
{
border-color: #84FC8C;
}
</style>