Shades of Light Green #84EA95
Tints of Light Green #84EA95
RGB
CMYK
RGB Variations
Color information
#84EA95 (or 0x84EA95) is known color: Light Green. HEX triplet: 84, EA and 95. RGB value is (132,234,149). Sum of RGB (Red+Green+Blue) = 132+234+149=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EA95 is #7B156A. Grayscale: #C2C2C2. Windows color (decimal): -8066411 or 9824900. OLE color: 9824900.
HSL color Cylindrical-coordinate representation of color #84EA95: hue angle of 130º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EA95 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 149 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.08 |
| HSL | 130º | 0.71% | 0.72% | - |
| HSV(B) | 130º | 0.44% | 0.92% | - |
| XYZ | 44.36 | 65.92 | 38.82 | - |
| YUV | 193.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 149 | 0.44 | 0 | 0.36 | 0.08 | 130 | 0.71 | 0.72 |
| Hex | 84 | EA | 95 | 2C | 0 | 24 | 8 | 82 | 47 | 48 |
| Octal | 204 | 352 | 225 | 54 | 0 | 44 | 10 | 202 | 107 | 110 |
| Binary | 10000100 | 11101010 | 10010101 | 101100 | 0 | 100100 | 1000 | 10000010 | 1000111 | 1001000 |
Color Harmonies of #84EA95
Complementary color
Monochromatic Colors of #84EA95
Black with #84EA95
Text Example
Text Example
White with #84EA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA95; }
p { color: rgb(132,234,149); }
H1.HeaderClassName
{
color: #84EA95;
}
.AnyTagClassName
{
color: #84EA95;
}
</style>
background-color css
<style>
a { background-color: #84EA95; }
a { background-color: rgb(132,234,149); }
div.DivClassName
{
background-color: #84EA95;
}
.BgClassName
{
background-color: #84EA95;
}
</style>
border-color css
<style>
span { border-color: #84EA95; }
span { border-color: rgb(132,234,149); }
td.TdClassName
{
border-color: #84EA95;
}
.TagClassName
{
border-color: #84EA95;
}
</style>