Shades of Light Green #84F08D
Tints of Light Green #84F08D
RGB
CMYK
RGB Variations
Color information
#84F08D (or 0x84F08D) is known color: Light Green. HEX triplet: 84, F0 and 8D. RGB value is (132,240,141). Sum of RGB (Red+Green+Blue) = 132+240+141=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #84F08D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F08D is #7B0F72. Grayscale: #C4C4C4. Windows color (decimal): -8064883 or 9302148. OLE color: 9302148.
HSL color Cylindrical-coordinate representation of color #84F08D: hue angle of 125º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F08D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 141 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.06 |
| HSL | 125º | 0.78% | 0.73% | - |
| HSV(B) | 125º | 0.45% | 0.94% | - |
| XYZ | 45.48 | 69.15 | 36.15 | - |
| YUV | 196.42 | 96.72 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 141 | 0.45 | 0 | 0.41 | 0.06 | 125 | 0.78 | 0.73 |
| Hex | 84 | F0 | 8D | 2D | 0 | 29 | 6 | 7D | 4E | 49 |
| Octal | 204 | 360 | 215 | 55 | 0 | 51 | 6 | 175 | 116 | 111 |
| Binary | 10000100 | 11110000 | 10001101 | 101101 | 0 | 101001 | 110 | 1111101 | 1001110 | 1001001 |
Color Harmonies of #84F08D
Complementary color
Monochromatic Colors of #84F08D
Black with #84F08D
Text Example
Text Example
White with #84F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F08D; }
p { color: rgb(132,240,141); }
H1.HeaderClassName
{
color: #84F08D;
}
.AnyTagClassName
{
color: #84F08D;
}
</style>
background-color css
<style>
a { background-color: #84F08D; }
a { background-color: rgb(132,240,141); }
div.DivClassName
{
background-color: #84F08D;
}
.BgClassName
{
background-color: #84F08D;
}
</style>
border-color css
<style>
span { border-color: #84F08D; }
span { border-color: rgb(132,240,141); }
td.TdClassName
{
border-color: #84F08D;
}
.TagClassName
{
border-color: #84F08D;
}
</style>