#84F282

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

Shades of Light Green #84F282

Tints of Light Green #84F282

Color information

#84F282 (or 0x84F282) is unknown color: approx Light Green. HEX triplet: 84, F2 and 82. RGB value is (132,242,130). Sum of RGB (Red+Green+Blue) = 132+242+130=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #84F282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F282 is #7B0D7D. Grayscale: #C4C4C4. Windows color (decimal): -8064382 or 8581764. OLE color: 8581764.

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

Color convert

RGB132242130-
CMYK0.4500.460.05
HSL118.93º81.16%72.94%-
HSV(B)118.93º46.28%94.9%-
XYZ45.370.0232.25-
YUV196.3490.5682.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.19%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=26.19%
G=48.02%
B=25.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322421300.4500.460.05118.9381.1672.94
Hex84F2822D02E5775149
Octal204362202550565167121111
Binary1000010011110010100000101011010101110101111011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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