#84F082

Color #84F082 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #84F082

Tints of Light Green #84F082

Color information

#84F082 (or 0x84F082) is unknown color: approx Light Green. HEX triplet: 84, F0 and 82. RGB value is (132,240,130). Sum of RGB (Red+Green+Blue) = 132+240+130=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #84F082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F082 is #7B0F7D. Grayscale: #C3C3C3. Windows color (decimal): -8064894 or 8581252. OLE color: 8581252.

HSL color Cylindrical-coordinate representation of color #84F082: hue angle of 118.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F082 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB132240130-
CMYK0.4500.460.06
HSL118.91º78.57%72.55%-
HSV(B)118.91º45.83%94.12%-
XYZ44.7168.8432.05-
YUV195.1791.2282.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=26.29%
G=47.81%
B=25.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322401300.4500.460.06118.9178.5772.55
Hex84F0822D02E6774f49
Octal204360202550566167117111
Binary1000010011110000100000101011010101110110111011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84F082; }

 p { color: rgb(132,240,130); }

 H1.HeaderClassName
 {
   color: #84F082;
 }
 .AnyTagClassName
 {
   color: #84F082;
 }
</style>
background-color css

<style>
 a { background-color: #84F082; }

 a { background-color: rgb(132,240,130); }

 div.DivClassName
 {
   background-color: #84F082;
 }
 .BgClassName
 {
   background-color: #84F082;
 }
</style>
border-color css

<style>
 span { border-color: #84F082; }

 span { border-color: rgb(132,240,130); }

 td.TdClassName
 {
   border-color: #84F082;
 }
 .TagClassName
 {
   border-color: #84F082;
 }
</style>