Shades of Light Green #84E696
Tints of Light Green #84E696
RGB
CMYK
RGB Variations
Color information
#84E696 (or 0x84E696) is known color: Light Green. HEX triplet: 84, E6 and 96. RGB value is (132,230,150). Sum of RGB (Red+Green+Blue) = 132+230+150=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #84E696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84E696 is #7B1969. Grayscale: #BFBFBF. Windows color (decimal): -8067434 or 9889412. OLE color: 9889412.
HSL color Cylindrical-coordinate representation of color #84E696: hue angle of 131.02º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E696 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 150 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.10 |
| HSL | 131.02º | 0.66% | 0.71% | - |
| HSV(B) | 131.02º | 0.43% | 0.9% | - |
| XYZ | 43.32 | 63.7 | 38.87 | - |
| YUV | 191.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 150 | 0.43 | 0 | 0.35 | 0.10 | 131.02 | 0.66 | 0.71 |
| Hex | 84 | E6 | 96 | 2B | 0 | 23 | A | 83 | 42 | 47 |
| Octal | 204 | 346 | 226 | 53 | 0 | 43 | 12 | 203 | 102 | 107 |
| Binary | 10000100 | 11100110 | 10010110 | 101011 | 0 | 100011 | 1010 | 10000011 | 1000010 | 1000111 |
Color Harmonies of #84E696
Complementary color
Monochromatic Colors of #84E696
Black with #84E696
Text Example
Text Example
White with #84E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E696; }
p { color: rgb(132,230,150); }
H1.HeaderClassName
{
color: #84E696;
}
.AnyTagClassName
{
color: #84E696;
}
</style>
background-color css
<style>
a { background-color: #84E696; }
a { background-color: rgb(132,230,150); }
div.DivClassName
{
background-color: #84E696;
}
.BgClassName
{
background-color: #84E696;
}
</style>
border-color css
<style>
span { border-color: #84E696; }
span { border-color: rgb(132,230,150); }
td.TdClassName
{
border-color: #84E696;
}
.TagClassName
{
border-color: #84E696;
}
</style>