#7AFB80

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

Shades of Light Green #7AFB80

Tints of Light Green #7AFB80

Color information

#7AFB80 (or 0x7AFB80) is unknown color: approx Light Green. HEX triplet: 7A, FB and 80. RGB value is (122,251,128). Sum of RGB (Red+Green+Blue) = 122+251+128=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFB80 is #85047F. Grayscale: #C6C6C6. Windows color (decimal): -8717440 or 8452986. OLE color: 8452986.

HSL color Cylindrical-coordinate representation of color #7AFB80: hue angle of 122.79º degrees, saturation: 0.94, 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 #7AFB80 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB122251128-
CMYK0.5100.490.02
HSL122.79º94.16%73.14%-
HSV(B)122.79º51.39%98.43%-
XYZ46.4274.6932.39-
YUV198.4188.2673.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.35%
GREEN value IS 251 (98.44% from 255) = 50.10%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=24.35%
G=50.10%
B=25.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222511280.5100.490.02122.7994.1673.14
Hex7AFB803303127b5e49
Octal172373200630612173136111
Binary11110101111101110000000110011011000110111101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AFB80; }

 p { color: rgb(122,251,128); }

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

<style>
 a { background-color: #7AFB80; }

 a { background-color: rgb(122,251,128); }

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

<style>
 span { border-color: #7AFB80; }

 span { border-color: rgb(122,251,128); }

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