Shades of Light Green #84F293
Tints of Light Green #84F293
RGB
CMYK
RGB Variations
Color information
#84F293 (or 0x84F293) is known color: Light Green. HEX triplet: 84, F2 and 93. RGB value is (132,242,147). Sum of RGB (Red+Green+Blue) = 132+242+147=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #84F293 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F293 is #7B0D6C. Grayscale: #C6C6C6. Windows color (decimal): -8064365 or 9695876. OLE color: 9695876.
HSL color Cylindrical-coordinate representation of color #84F293: hue angle of 128.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F293 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 147 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.05 |
| HSL | 128.18º | 0.81% | 0.73% | - |
| HSV(B) | 128.18º | 0.45% | 0.95% | - |
| XYZ | 46.53 | 70.52 | 38.76 | - |
| YUV | 198.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 147 | 0.45 | 0 | 0.39 | 0.05 | 128.18 | 0.81 | 0.73 |
| Hex | 84 | F2 | 93 | 2D | 0 | 27 | 5 | 80 | 51 | 49 |
| Octal | 204 | 362 | 223 | 55 | 0 | 47 | 5 | 200 | 121 | 111 |
| Binary | 10000100 | 11110010 | 10010011 | 101101 | 0 | 100111 | 101 | 10000000 | 1010001 | 1001001 |
Color Harmonies of #84F293
Complementary color
Monochromatic Colors of #84F293
Black with #84F293
Text Example
Text Example
White with #84F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F293; }
p { color: rgb(132,242,147); }
H1.HeaderClassName
{
color: #84F293;
}
.AnyTagClassName
{
color: #84F293;
}
</style>
background-color css
<style>
a { background-color: #84F293; }
a { background-color: rgb(132,242,147); }
div.DivClassName
{
background-color: #84F293;
}
.BgClassName
{
background-color: #84F293;
}
</style>
border-color css
<style>
span { border-color: #84F293; }
span { border-color: rgb(132,242,147); }
td.TdClassName
{
border-color: #84F293;
}
.TagClassName
{
border-color: #84F293;
}
</style>