#80EE3B

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

Shades of Atlantis #80EE3B

Tints of Atlantis #80EE3B

Color information

#80EE3B (or 0x80EE3B) is unknown color: approx Atlantis. HEX triplet: 80, EE and 3B. RGB value is (128,238,59). Sum of RGB (Red+Green+Blue) = 128+238+59=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EE3B is #7F11C4. Grayscale: #B9B9B9. Windows color (decimal): -8327621 or 3927680. OLE color: 3927680.

HSL color Cylindrical-coordinate representation of color #80EE3B: hue angle of 96.87º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80EE3B is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB12823859-
CMYK0.4600.750.07
HSL96.87º84.04%58.24%-
HSV(B)96.87º75.21%93.33%-
XYZ40.2766.0514.77-
YUV184.757.0687.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 238 (93.36% from 255) = 56%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=30.12%
G=56%
B=13.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128238590.4600.750.0796.8784.0458.24
Hex80EE3B2E04B761543a
Octal20035673560113714112472
Binary10000000111011101110111011100100101111111000011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,59); }

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

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

 a { background-color: rgb(128,238,59); }

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

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

 span { border-color: rgb(128,238,59); }

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