#80e035

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

Shades of Atlantis #80E035

Tints of Atlantis #80E035

Color information

#80E035 (or 0x80E035) is unknown color: approx Atlantis. HEX triplet: 80, E0 and 35. RGB value is (128,224,53). Sum of RGB (Red+Green+Blue) = 128+224+53=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #80E035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E035 is #7F1FCA. Grayscale: #B0B0B0. Windows color (decimal): -8331211 or 3530880. OLE color: 3530880.

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

Color convert

RGB12822453-
CMYK0.4300.760.12
HSL93.68º73.39%54.31%-
HSV(B)93.68º76.34%87.84%-
XYZ36.258.1612.69-
YUV175.858.793.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 224 (87.89% from 255) = 55.31%
BLUE value IS 53 (21.09% from 255) = 13.09%
R=31.60%
G=55.31%
B=13.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224530.4300.760.1293.6873.3954.31
Hex80E0352B04CC5e4936
Octal200340655301141413611166
Binary100000001110000011010110101101001100110010111101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80e035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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