#84FA7A

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

Shades of Light Green #84FA7A

Tints of Light Green #84FA7A

Color information

#84FA7A (or 0x84FA7A) is unknown color: approx Light Green. HEX triplet: 84, FA and 7A. RGB value is (132,250,122). Sum of RGB (Red+Green+Blue) = 132+250+122=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FA7A is #7B0585. Grayscale: #C8C8C8. Windows color (decimal): -8062342 or 8059524. OLE color: 8059524.

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

Color convert

RGB132250122-
CMYK0.4700.510.02
HSL115.31º92.75%72.94%-
HSV(B)115.31º51.2%98.04%-
XYZ47.2174.6830.34-
YUV200.1383.9179.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.19%
GREEN value IS 250 (98.05% from 255) = 49.60%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=26.19%
G=49.60%
B=24.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322501220.4700.510.02115.3192.7572.94
Hex84FA7A2F0332735d49
Octal204372172570632163135111
Binary10000100111110101111010101111011001110111001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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