Shades of Light Green #84FB8F
Tints of Light Green #84FB8F
RGB
CMYK
RGB Variations
Color information
#84FB8F (or 0x84FB8F) is known color: Light Green. HEX triplet: 84, FB and 8F. RGB value is (132,251,143). Sum of RGB (Red+Green+Blue) = 132+251+143=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FB8F is #7B0470. Grayscale: #CBCBCB. Windows color (decimal): -8062065 or 9436036. OLE color: 9436036.
HSL color Cylindrical-coordinate representation of color #84FB8F: hue angle of 125.55º 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 #84FB8F is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 143 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.02 |
| HSL | 125.55º | 0.94% | 0.75% | - |
| HSV(B) | 125.55º | 0.47% | 0.98% | - |
| XYZ | 48.97 | 75.88 | 38.05 | - |
| YUV | 203.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 143 | 0.47 | 0 | 0.43 | 0.02 | 125.55 | 0.94 | 0.75 |
| Hex | 84 | FB | 8F | 2F | 0 | 2B | 2 | 7E | 5E | 4B |
| Octal | 204 | 373 | 217 | 57 | 0 | 53 | 2 | 176 | 136 | 113 |
| Binary | 10000100 | 11111011 | 10001111 | 101111 | 0 | 101011 | 10 | 1111110 | 1011110 | 1001011 |
Color Harmonies of #84FB8F
Complementary color
Monochromatic Colors of #84FB8F
Black with #84FB8F
Text Example
Text Example
White with #84FB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FB8F; }
p { color: rgb(132,251,143); }
H1.HeaderClassName
{
color: #84FB8F;
}
.AnyTagClassName
{
color: #84FB8F;
}
</style>
background-color css
<style>
a { background-color: #84FB8F; }
a { background-color: rgb(132,251,143); }
div.DivClassName
{
background-color: #84FB8F;
}
.BgClassName
{
background-color: #84FB8F;
}
</style>
border-color css
<style>
span { border-color: #84FB8F; }
span { border-color: rgb(132,251,143); }
td.TdClassName
{
border-color: #84FB8F;
}
.TagClassName
{
border-color: #84FB8F;
}
</style>