#80E040

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

Shades of Atlantis #80E040

Tints of Atlantis #80E040

Color information

#80E040 (or 0x80E040) is unknown color: approx Atlantis. HEX triplet: 80, E0 and 40. RGB value is (128,224,64). Sum of RGB (Red+Green+Blue) = 128+224+64=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #80E040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E040 is #7F1FBF. Grayscale: #B1B1B1. Windows color (decimal): -8331200 or 4251776. OLE color: 4251776.

HSL color Cylindrical-coordinate representation of color #80E040: hue angle of 96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80E040 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB12822464-
CMYK0.4300.710.12
HSL96º72.07%56.47%-
HSV(B)96º71.43%87.84%-
XYZ36.4858.2714.17-
YUV177.0664.293.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 224 (87.89% from 255) = 53.85%
BLUE value IS 64 (25.39% from 255) = 15.38%
R=30.77%
G=53.85%
B=15.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224640.4300.710.129672.0756.47
Hex80E0402B047C604838
Octal2003401005301071414011070
Binary1000000011100000100000010101101000111110011000001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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