Shades of Light Green #84F285
Tints of Light Green #84F285
RGB
CMYK
RGB Variations
Color information
#84F285 (or 0x84F285) is known color: Light Green. HEX triplet: 84, F2 and 85. RGB value is (132,242,133). Sum of RGB (Red+Green+Blue) = 132+242+133=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #84F285 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F285 is #7B0D7A. Grayscale: #C5C5C5. Windows color (decimal): -8064379 or 8778372. OLE color: 8778372.
HSL color Cylindrical-coordinate representation of color #84F285: hue angle of 120.55º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F285 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 133 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.05 |
| HSL | 120.55º | 0.81% | 0.73% | - |
| HSV(B) | 120.55º | 0.45% | 0.95% | - |
| XYZ | 45.5 | 70.1 | 33.32 | - |
| YUV | 196.68 | 92.06 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 133 | 0.45 | 0 | 0.45 | 0.05 | 120.55 | 0.81 | 0.73 |
| Hex | 84 | F2 | 85 | 2D | 0 | 2D | 5 | 79 | 51 | 49 |
| Octal | 204 | 362 | 205 | 55 | 0 | 55 | 5 | 171 | 121 | 111 |
| Binary | 10000100 | 11110010 | 10000101 | 101101 | 0 | 101101 | 101 | 1111001 | 1010001 | 1001001 |
Color Harmonies of #84F285
Complementary color
Monochromatic Colors of #84F285
Black with #84F285
Text Example
Text Example
White with #84F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F285; }
p { color: rgb(132,242,133); }
H1.HeaderClassName
{
color: #84F285;
}
.AnyTagClassName
{
color: #84F285;
}
</style>
background-color css
<style>
a { background-color: #84F285; }
a { background-color: rgb(132,242,133); }
div.DivClassName
{
background-color: #84F285;
}
.BgClassName
{
background-color: #84F285;
}
</style>
border-color css
<style>
span { border-color: #84F285; }
span { border-color: rgb(132,242,133); }
td.TdClassName
{
border-color: #84F285;
}
.TagClassName
{
border-color: #84F285;
}
</style>