Shades of Light Green #84EA8C
Tints of Light Green #84EA8C
RGB
CMYK
RGB Variations
Color information
#84EA8C (or 0x84EA8C) is known color: Light Green. HEX triplet: 84, EA and 8C. RGB value is (132,234,140). Sum of RGB (Red+Green+Blue) = 132+234+140=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EA8C is #7B1573. Grayscale: #C1C1C1. Windows color (decimal): -8066420 or 9235076. OLE color: 9235076.
HSL color Cylindrical-coordinate representation of color #84EA8C: hue angle of 124.71º 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 #84EA8C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 140 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.08 |
| HSL | 124.71º | 0.71% | 0.72% | - |
| HSV(B) | 124.71º | 0.44% | 0.92% | - |
| XYZ | 43.67 | 65.64 | 35.18 | - |
| YUV | 192.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 140 | 0.44 | 0 | 0.40 | 0.08 | 124.71 | 0.71 | 0.72 |
| Hex | 84 | EA | 8C | 2C | 0 | 28 | 8 | 7D | 47 | 48 |
| Octal | 204 | 352 | 214 | 54 | 0 | 50 | 10 | 175 | 107 | 110 |
| Binary | 10000100 | 11101010 | 10001100 | 101100 | 0 | 101000 | 1000 | 1111101 | 1000111 | 1001000 |
Color Harmonies of #84EA8C
Complementary color
Monochromatic Colors of #84EA8C
Black with #84EA8C
Text Example
Text Example
White with #84EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA8C; }
p { color: rgb(132,234,140); }
H1.HeaderClassName
{
color: #84EA8C;
}
.AnyTagClassName
{
color: #84EA8C;
}
</style>
background-color css
<style>
a { background-color: #84EA8C; }
a { background-color: rgb(132,234,140); }
div.DivClassName
{
background-color: #84EA8C;
}
.BgClassName
{
background-color: #84EA8C;
}
</style>
border-color css
<style>
span { border-color: #84EA8C; }
span { border-color: rgb(132,234,140); }
td.TdClassName
{
border-color: #84EA8C;
}
.TagClassName
{
border-color: #84EA8C;
}
</style>