Html Css Color HEX #80EA31 Atlantis

📋 copy color: '#80EA31'

red 128 ◦ green 234 ◦ blue 49

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

Shades of Atlantis #80EA31

Tints of Atlantis #80EA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.93%

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 31.14%
G = 56.93%
B = 11.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#80EA31 (or 0x80EA31) is known color: Atlantis. HEX triplet: 80, EA and 31. RGB value is (128,234,49). Sum of RGB (Red+Green+Blue) = 128+234+49=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 234 (91.80% from 255 or 56.93% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA31 is #7F15CE. Grayscale: #B5B5B5. Windows color (decimal): -8328655 or 3271296. OLE color: 3271296.

HSL color Cylindrical-coordinate representation of color #80EA31: hue angle of 94.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80EA31 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 49 -
CMYK 0.45 0 0.79 0.08
HSL 94.38º 0.81% 0.55% -
HSV(B) 94.38º 0.79% 0.92% -
XYZ 38.88 63.66 13.14 -
YUV 181.22 53.38 90.04 -
System Red Green Blue C M Y K H S L
Decimal 128 234 49 0.45 0 0.79 0.08 94.38 0.81 0.55
Hex 80 EA 31 2D 0 4F 8 5E 51 37
Octal 200 352 61 55 0 117 10 136 121 67
Binary 10000000 11101010 110001 101101 0 1001111 1000 1011110 1010001 110111

Color Harmonies of #80EA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA31

Black with #80EA31

Text Example


Text Example

White with #80EA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,49); }

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

background-color css

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

 a { background-color: rgb(128,234,49); }

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

border-color css

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

 span { border-color: rgb(128,234,49); }

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