Shades of Light Green #84EBA0
Tints of Light Green #84EBA0
RGB
CMYK
RGB Variations
Color information
#84EBA0 (or 0x84EBA0) is known color: Light Green. HEX triplet: 84, EB and A0. RGB value is (132,235,160). Sum of RGB (Red+Green+Blue) = 132+235+160=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBA0 is #7B145F. Grayscale: #C3C3C3. Windows color (decimal): -8066144 or 10546052. OLE color: 10546052.
HSL color Cylindrical-coordinate representation of color #84EBA0: hue angle of 136.31º 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 #84EBA0 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 235 | 160 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.08 |
| HSL | 136.31º | 0.72% | 0.72% | - |
| HSV(B) | 136.31º | 0.44% | 0.92% | - |
| XYZ | 45.57 | 66.86 | 43.76 | - |
| YUV | 195.65 | 107.88 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 235 | 160 | 0.44 | 0 | 0.32 | 0.08 | 136.31 | 0.72 | 0.72 |
| Hex | 84 | EB | A0 | 2C | 0 | 20 | 8 | 88 | 48 | 48 |
| Octal | 204 | 353 | 240 | 54 | 0 | 40 | 10 | 210 | 110 | 110 |
| Binary | 10000100 | 11101011 | 10100000 | 101100 | 0 | 100000 | 1000 | 10001000 | 1001000 | 1001000 |
Color Harmonies of #84EBA0
Complementary color
Monochromatic Colors of #84EBA0
Black with #84EBA0
Text Example
Text Example
White with #84EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EBA0; }
p { color: rgb(132,235,160); }
H1.HeaderClassName
{
color: #84EBA0;
}
.AnyTagClassName
{
color: #84EBA0;
}
</style>
background-color css
<style>
a { background-color: #84EBA0; }
a { background-color: rgb(132,235,160); }
div.DivClassName
{
background-color: #84EBA0;
}
.BgClassName
{
background-color: #84EBA0;
}
</style>
border-color css
<style>
span { border-color: #84EBA0; }
span { border-color: rgb(132,235,160); }
td.TdClassName
{
border-color: #84EBA0;
}
.TagClassName
{
border-color: #84EBA0;
}
</style>