#80E940

Color #80E940 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #80E940

Tints of Atlantis #80E940

Color information

#80E940 (or 0x80E940) is unknown color: approx Atlantis. HEX triplet: 80, E9 and 40. RGB value is (128,233,64). Sum of RGB (Red+Green+Blue) = 128+233+64=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #80E940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E940 is #7F16BF. Grayscale: #B6B6B6. Windows color (decimal): -8328896 or 4254080. OLE color: 4254080.

HSL color Cylindrical-coordinate representation of color #80E940: hue angle of 97.28º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80E940 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB12823364-
CMYK0.4500.730.09
HSL97.28º79.34%58.24%-
HSV(B)97.28º72.53%91.37%-
XYZ38.9763.2415-
YUV182.3461.2189.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 233 (91.41% from 255) = 54.82%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=30.12%
G=54.82%
B=15.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128233640.4500.730.0997.2879.3458.24
Hex80E9402D0499614f3a
Octal2003511005501111114111772
Binary1000000011101001100000010110101001001100111000011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80E940; }

 p { color: rgb(128,233,64); }

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

<style>
 a { background-color: #80E940; }

 a { background-color: rgb(128,233,64); }

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

<style>
 span { border-color: #80E940; }

 span { border-color: rgb(128,233,64); }

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