#80E03D

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

Shades of Atlantis #80E03D

Tints of Atlantis #80E03D

Color information

#80E03D (or 0x80E03D) is unknown color: approx Atlantis. HEX triplet: 80, E0 and 3D. RGB value is (128,224,61). Sum of RGB (Red+Green+Blue) = 128+224+61=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #80E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E03D is #7F1FC2. Grayscale: #B1B1B1. Windows color (decimal): -8331203 or 4055168. OLE color: 4055168.

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

Color convert

RGB12822461-
CMYK0.4300.730.12
HSL95.34º72.44%55.88%-
HSV(B)95.34º72.77%87.84%-
XYZ36.458.2413.74-
YUV176.7162.793.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 224 (87.89% from 255) = 54.24%
BLUE value IS 61 (24.22% from 255) = 14.77%
R=30.99%
G=54.24%
B=14.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224610.4300.730.1295.3472.4455.88
Hex80E03D2B049C5f4838
Octal200340755301111413711070
Binary100000001110000011110110101101001001110010111111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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