Html Css Color HEX #80E340 Atlantis

📋 copy color: '#80E340'

red 128 ◦ green 227 ◦ blue 64

#80E340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #80E340

Tints of Atlantis #80E340

RGB

 RED value IS 128 (50.39% from 255) = 30.55%

 GREEN value IS 227 (89.06% from 255) = 54.18%

 BLUE value IS 64 (25.39% from 255) = 15.27%

R = 30.55%
G = 54.18%
B = 15.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#80E340 (or 0x80E340) is known color: Atlantis. HEX triplet: 80, E3 and 40. RGB value is (128,227,64). Sum of RGB (Red+Green+Blue) = 128+227+64=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #80E340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E340 is #7F1CBF. Grayscale: #B3B3B3. Windows color (decimal): -8330432 or 4252544. OLE color: 4252544.

HSL color Cylindrical-coordinate representation of color #80E340: hue angle of 96.44º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80E340 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 64 -
CMYK 0.44 0 0.72 0.11
HSL 96.44º 0.74% 0.57% -
HSV(B) 96.44º 0.72% 0.89% -
XYZ 37.3 59.9 14.45 -
YUV 178.82 63.2 91.75 -
System Red Green Blue C M Y K H S L
Decimal 128 227 64 0.44 0 0.72 0.11 96.44 0.74 0.57
Hex 80 E3 40 2C 0 48 B 60 4A 39
Octal 200 343 100 54 0 110 13 140 112 71
Binary 10000000 11100011 1000000 101100 0 1001000 1011 1100000 1001010 111001

Color Harmonies of #80E340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E340

Black with #80E340

Text Example


Text Example

White with #80E340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,227,64); }

 H1.HeaderClassName
 {
   color: #80E340;
 }
 .AnyTagClassName
 {
   color: #80E340;
 }
</style>

background-color css

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

 a { background-color: rgb(128,227,64); }

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

border-color css

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

 span { border-color: rgb(128,227,64); }

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