Shades of Light Green #84FA8E
Tints of Light Green #84FA8E
RGB
CMYK
RGB Variations
Color information
#84FA8E (or 0x84FA8E) is known color: Light Green. HEX triplet: 84, FA and 8E. RGB value is (132,250,142). Sum of RGB (Red+Green+Blue) = 132+250+142=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FA8E is #7B0571. Grayscale: #CACACA. Windows color (decimal): -8062322 or 9370244. OLE color: 9370244.
HSL color Cylindrical-coordinate representation of color #84FA8E: hue angle of 125.08º degrees, saturation: 0.92, 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 #84FA8E is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 142 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.02 |
| HSL | 125.08º | 0.92% | 0.75% | - |
| HSV(B) | 125.08º | 0.47% | 0.98% | - |
| XYZ | 48.58 | 75.23 | 37.55 | - |
| YUV | 202.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 142 | 0.47 | 0 | 0.43 | 0.02 | 125.08 | 0.92 | 0.75 |
| Hex | 84 | FA | 8E | 2F | 0 | 2B | 2 | 7D | 5C | 4B |
| Octal | 204 | 372 | 216 | 57 | 0 | 53 | 2 | 175 | 134 | 113 |
| Binary | 10000100 | 11111010 | 10001110 | 101111 | 0 | 101011 | 10 | 1111101 | 1011100 | 1001011 |
Color Harmonies of #84FA8E
Complementary color
Monochromatic Colors of #84FA8E
Black with #84FA8E
Text Example
Text Example
White with #84FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA8E; }
p { color: rgb(132,250,142); }
H1.HeaderClassName
{
color: #84FA8E;
}
.AnyTagClassName
{
color: #84FA8E;
}
</style>
background-color css
<style>
a { background-color: #84FA8E; }
a { background-color: rgb(132,250,142); }
div.DivClassName
{
background-color: #84FA8E;
}
.BgClassName
{
background-color: #84FA8E;
}
</style>
border-color css
<style>
span { border-color: #84FA8E; }
span { border-color: rgb(132,250,142); }
td.TdClassName
{
border-color: #84FA8E;
}
.TagClassName
{
border-color: #84FA8E;
}
</style>