Shades of Light Green #84EBA1
Tints of Light Green #84EBA1
RGB
CMYK
RGB Variations
Color information
#84EBA1 (or 0x84EBA1) is known color: Light Green. HEX triplet: 84, EB and A1. RGB value is (132,235,161). Sum of RGB (Red+Green+Blue) = 132+235+161=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBA1 is #7B145E. Grayscale: #C3C3C3. Windows color (decimal): -8066143 or 10611588. OLE color: 10611588.
HSL color Cylindrical-coordinate representation of color #84EBA1: hue angle of 136.89º degrees, saturation: 0.72, 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 #84EBA1 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 235 | 161 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.08 |
| HSL | 136.89º | 0.72% | 0.72% | - |
| HSV(B) | 136.89º | 0.44% | 0.92% | - |
| XYZ | 45.66 | 66.9 | 44.22 | - |
| YUV | 195.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 235 | 161 | 0.44 | 0 | 0.31 | 0.08 | 136.89 | 0.72 | 0.72 |
| Hex | 84 | EB | A1 | 2C | 0 | 1F | 8 | 89 | 48 | 48 |
| Octal | 204 | 353 | 241 | 54 | 0 | 37 | 10 | 211 | 110 | 110 |
| Binary | 10000100 | 11101011 | 10100001 | 101100 | 0 | 11111 | 1000 | 10001001 | 1001000 | 1001000 |
Color Harmonies of #84EBA1
Complementary color
Monochromatic Colors of #84EBA1
Black with #84EBA1
Text Example
Text Example
White with #84EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EBA1; }
p { color: rgb(132,235,161); }
H1.HeaderClassName
{
color: #84EBA1;
}
.AnyTagClassName
{
color: #84EBA1;
}
</style>
background-color css
<style>
a { background-color: #84EBA1; }
a { background-color: rgb(132,235,161); }
div.DivClassName
{
background-color: #84EBA1;
}
.BgClassName
{
background-color: #84EBA1;
}
</style>
border-color css
<style>
span { border-color: #84EBA1; }
span { border-color: rgb(132,235,161); }
td.TdClassName
{
border-color: #84EBA1;
}
.TagClassName
{
border-color: #84EBA1;
}
</style>