Shades of Light Green #84EE96
Tints of Light Green #84EE96
RGB
CMYK
RGB Variations
Color information
#84EE96 (or 0x84EE96) is known color: Light Green. HEX triplet: 84, EE and 96. RGB value is (132,238,150). Sum of RGB (Red+Green+Blue) = 132+238+150=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EE96 is #7B1169. Grayscale: #C4C4C4. Windows color (decimal): -8065386 or 9891460. OLE color: 9891460.
HSL color Cylindrical-coordinate representation of color #84EE96: hue angle of 130.19º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EE96 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 150 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.07 |
| HSL | 130.19º | 0.76% | 0.73% | - |
| HSV(B) | 130.19º | 0.45% | 0.93% | - |
| XYZ | 45.6 | 68.26 | 39.63 | - |
| YUV | 196.27 | 101.88 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 150 | 0.45 | 0 | 0.37 | 0.07 | 130.19 | 0.76 | 0.73 |
| Hex | 84 | EE | 96 | 2D | 0 | 25 | 7 | 82 | 4C | 49 |
| Octal | 204 | 356 | 226 | 55 | 0 | 45 | 7 | 202 | 114 | 111 |
| Binary | 10000100 | 11101110 | 10010110 | 101101 | 0 | 100101 | 111 | 10000010 | 1001100 | 1001001 |
Color Harmonies of #84EE96
Complementary color
Monochromatic Colors of #84EE96
Black with #84EE96
Text Example
Text Example
White with #84EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EE96; }
p { color: rgb(132,238,150); }
H1.HeaderClassName
{
color: #84EE96;
}
.AnyTagClassName
{
color: #84EE96;
}
</style>
background-color css
<style>
a { background-color: #84EE96; }
a { background-color: rgb(132,238,150); }
div.DivClassName
{
background-color: #84EE96;
}
.BgClassName
{
background-color: #84EE96;
}
</style>
border-color css
<style>
span { border-color: #84EE96; }
span { border-color: rgb(132,238,150); }
td.TdClassName
{
border-color: #84EE96;
}
.TagClassName
{
border-color: #84EE96;
}
</style>