Shades of Light Green #84E18C
Tints of Light Green #84E18C
RGB
CMYK
RGB Variations
Color information
#84E18C (or 0x84E18C) is known color: Light Green. HEX triplet: 84, E1 and 8C. RGB value is (132,225,140). Sum of RGB (Red+Green+Blue) = 132+225+140=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #84E18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E18C is #7B1E73. Grayscale: #BBBBBB. Windows color (decimal): -8068724 or 9232772. OLE color: 9232772.
HSL color Cylindrical-coordinate representation of color #84E18C: hue angle of 125.16º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E18C is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 140 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.12 |
| HSL | 125.16º | 0.61% | 0.7% | - |
| HSV(B) | 125.16º | 0.41% | 0.88% | - |
| XYZ | 41.17 | 60.65 | 34.35 | - |
| YUV | 187.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 140 | 0.41 | 0 | 0.38 | 0.12 | 125.16 | 0.61 | 0.7 |
| Hex | 84 | E1 | 8C | 29 | 0 | 26 | C | 7D | 3D | 46 |
| Octal | 204 | 341 | 214 | 51 | 0 | 46 | 14 | 175 | 75 | 106 |
| Binary | 10000100 | 11100001 | 10001100 | 101001 | 0 | 100110 | 1100 | 1111101 | 111101 | 1000110 |
Color Harmonies of #84E18C
Complementary color
Monochromatic Colors of #84E18C
Black with #84E18C
Text Example
Text Example
White with #84E18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E18C; }
p { color: rgb(132,225,140); }
H1.HeaderClassName
{
color: #84E18C;
}
.AnyTagClassName
{
color: #84E18C;
}
</style>
background-color css
<style>
a { background-color: #84E18C; }
a { background-color: rgb(132,225,140); }
div.DivClassName
{
background-color: #84E18C;
}
.BgClassName
{
background-color: #84E18C;
}
</style>
border-color css
<style>
span { border-color: #84E18C; }
span { border-color: rgb(132,225,140); }
td.TdClassName
{
border-color: #84E18C;
}
.TagClassName
{
border-color: #84E18C;
}
</style>