#84FB8A

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

Shades of Light Green #84FB8A

Tints of Light Green #84FB8A

Color information

#84FB8A (or 0x84FB8A) is unknown color: approx Light Green. HEX triplet: 84, FB and 8A. RGB value is (132,251,138). Sum of RGB (Red+Green+Blue) = 132+251+138=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FB8A is #7B0475. Grayscale: #CACACA. Windows color (decimal): -8062070 or 9108356. OLE color: 9108356.

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

Color convert

RGB132251138-
CMYK0.4700.450.02
HSL123.03º93.7%75.1%-
HSV(B)123.03º47.41%98.43%-
XYZ48.675.7336.1-
YUV202.5491.5877.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 251 (98.44% from 255) = 48.18%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=25.34%
G=48.18%
B=26.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322511380.4700.450.02123.0393.775.1
Hex84FB8A2F02D27b5e4b
Octal204373212570552173136113
Binary100001001111101110001010101111010110110111101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,251,138); }

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

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

 a { background-color: rgb(132,251,138); }

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

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

 span { border-color: rgb(132,251,138); }

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