#80E83D

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

Shades of Atlantis #80E83D

Tints of Atlantis #80E83D

Color information

#80E83D (or 0x80E83D) is unknown color: approx Atlantis. HEX triplet: 80, E8 and 3D. RGB value is (128,232,61). Sum of RGB (Red+Green+Blue) = 128+232+61=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #80E83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E83D is #7F17C2. Grayscale: #B5B5B5. Windows color (decimal): -8329155 or 4057216. OLE color: 4057216.

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

Color convert

RGB12823261-
CMYK0.4500.740.09
HSL96.49º78.8%57.45%-
HSV(B)96.49º73.71%90.98%-
XYZ38.662.6414.47-
YUV181.4160.0489.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 232 (91.02% from 255) = 55.11%
BLUE value IS 61 (24.22% from 255) = 14.49%
R=30.40%
G=55.11%
B=14.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128232610.4500.740.0996.4978.857.45
Hex80E83D2D04A9604f39
Octal200350755501121114011771
Binary100000001110100011110110110101001010100111000001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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