Shades of Light Green #84E295
Tints of Light Green #84E295
RGB
CMYK
RGB Variations
Color information
#84E295 (or 0x84E295) is known color: Light Green. HEX triplet: 84, E2 and 95. RGB value is (132,226,149). Sum of RGB (Red+Green+Blue) = 132+226+149=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #84E295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E295 is #7B1D6A. Grayscale: #BDBDBD. Windows color (decimal): -8068459 or 9822852. OLE color: 9822852.
HSL color Cylindrical-coordinate representation of color #84E295: hue angle of 130.85º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E295 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 226 | 149 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.11 |
| HSL | 130.85º | 0.62% | 0.7% | - |
| HSV(B) | 130.85º | 0.42% | 0.89% | - |
| XYZ | 42.14 | 61.47 | 38.08 | - |
| YUV | 189.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 149 | 0.42 | 0 | 0.34 | 0.11 | 130.85 | 0.62 | 0.7 |
| Hex | 84 | E2 | 95 | 2A | 0 | 22 | B | 83 | 3E | 46 |
| Octal | 204 | 342 | 225 | 52 | 0 | 42 | 13 | 203 | 76 | 106 |
| Binary | 10000100 | 11100010 | 10010101 | 101010 | 0 | 100010 | 1011 | 10000011 | 111110 | 1000110 |
Color Harmonies of #84E295
Complementary color
Monochromatic Colors of #84E295
Black with #84E295
Text Example
Text Example
White with #84E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E295; }
p { color: rgb(132,226,149); }
H1.HeaderClassName
{
color: #84E295;
}
.AnyTagClassName
{
color: #84E295;
}
</style>
background-color css
<style>
a { background-color: #84E295; }
a { background-color: rgb(132,226,149); }
div.DivClassName
{
background-color: #84E295;
}
.BgClassName
{
background-color: #84E295;
}
</style>
border-color css
<style>
span { border-color: #84E295; }
span { border-color: rgb(132,226,149); }
td.TdClassName
{
border-color: #84E295;
}
.TagClassName
{
border-color: #84E295;
}
</style>