#84FA80

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

Shades of Light Green #84FA80

Tints of Light Green #84FA80

Color information

#84FA80 (or 0x84FA80) is unknown color: approx Light Green. HEX triplet: 84, FA and 80. RGB value is (132,250,128). Sum of RGB (Red+Green+Blue) = 132+250+128=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FA80 is #7B057F. Grayscale: #C9C9C9. Windows color (decimal): -8062336 or 8452740. OLE color: 8452740.

HSL color Cylindrical-coordinate representation of color #84FA80: hue angle of 118.03º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84FA80 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB132250128-
CMYK0.4700.490.02
HSL118.03º92.42%74.12%-
HSV(B)118.03º48.8%98.04%-
XYZ47.674.8432.36-
YUV200.8186.9178.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=25.88%
G=49.02%
B=25.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322501280.4700.490.02118.0392.4274.12
Hex84FA802F0312765c4a
Octal204372200570612166134112
Binary100001001111101010000000101111011000110111011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,250,128); }

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

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

 a { background-color: rgb(132,250,128); }

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

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

 span { border-color: rgb(132,250,128); }

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