#80EE33

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

Shades of Atlantis #80EE33

Tints of Atlantis #80EE33

Color information

#80EE33 (or 0x80EE33) is unknown color: approx Atlantis. HEX triplet: 80, EE and 33. RGB value is (128,238,51). Sum of RGB (Red+Green+Blue) = 128+238+51=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 238 (93.36% from 255 or 57.07% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EE33 is #7F11CC. Grayscale: #B8B8B8. Windows color (decimal): -8327629 or 3403392. OLE color: 3403392.

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

Color convert

RGB12823851-
CMYK0.4600.790.07
HSL95.29º84.62%56.67%-
HSV(B)95.29º78.57%93.33%-
XYZ40.0765.9813.75-
YUV183.7953.0688.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 238 (93.36% from 255) = 57.07%
BLUE value IS 51 (20.31% from 255) = 12.23%
R=30.70%
G=57.07%
B=12.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128238510.4600.790.0795.2984.6256.67
Hex80EE332E04F75f5539
Octal20035663560117713712571
Binary10000000111011101100111011100100111111110111111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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