Shades of Light Green #84EE94
Tints of Light Green #84EE94
RGB
CMYK
RGB Variations
Color information
#84EE94 (or 0x84EE94) is known color: Light Green. HEX triplet: 84, EE and 94. RGB value is (132,238,148). Sum of RGB (Red+Green+Blue) = 132+238+148=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EE94 is #7B116B. Grayscale: #C4C4C4. Windows color (decimal): -8065388 or 9760388. OLE color: 9760388.
HSL color Cylindrical-coordinate representation of color #84EE94: hue angle of 129.06º 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 #84EE94 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 148 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.07 |
| HSL | 129.06º | 0.76% | 0.73% | - |
| HSV(B) | 129.06º | 0.45% | 0.93% | - |
| XYZ | 45.44 | 68.19 | 38.78 | - |
| YUV | 196.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 148 | 0.45 | 0 | 0.38 | 0.07 | 129.06 | 0.76 | 0.73 |
| Hex | 84 | EE | 94 | 2D | 0 | 26 | 7 | 81 | 4C | 49 |
| Octal | 204 | 356 | 224 | 55 | 0 | 46 | 7 | 201 | 114 | 111 |
| Binary | 10000100 | 11101110 | 10010100 | 101101 | 0 | 100110 | 111 | 10000001 | 1001100 | 1001001 |
Color Harmonies of #84EE94
Complementary color
Monochromatic Colors of #84EE94
Black with #84EE94
Text Example
Text Example
White with #84EE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EE94; }
p { color: rgb(132,238,148); }
H1.HeaderClassName
{
color: #84EE94;
}
.AnyTagClassName
{
color: #84EE94;
}
</style>
background-color css
<style>
a { background-color: #84EE94; }
a { background-color: rgb(132,238,148); }
div.DivClassName
{
background-color: #84EE94;
}
.BgClassName
{
background-color: #84EE94;
}
</style>
border-color css
<style>
span { border-color: #84EE94; }
span { border-color: rgb(132,238,148); }
td.TdClassName
{
border-color: #84EE94;
}
.TagClassName
{
border-color: #84EE94;
}
</style>