Html Css Color HEX #80EE31 Atlantis

📋 copy color: '#80EE31'

red 128 ◦ green 238 ◦ blue 49

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

Shades of Atlantis #80EE31

Tints of Atlantis #80EE31

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.35%

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

R = 30.84%
G = 57.35%
B = 11.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#80EE31 (or 0x80EE31) is known color: Atlantis. HEX triplet: 80, EE and 31. RGB value is (128,238,49). Sum of RGB (Red+Green+Blue) = 128+238+49=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 238 (93.36% from 255 or 57.35% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EE31 is #7F11CE. Grayscale: #B8B8B8. Windows color (decimal): -8327631 or 3272320. OLE color: 3272320.

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

Color convert

RGB 128 238 49 -
CMYK 0.46 0 0.79 0.07
HSL 94.92º 0.85% 0.56% -
HSV(B) 94.92º 0.79% 0.93% -
XYZ 40.03 65.96 13.53 -
YUV 183.56 52.06 88.37 -
System Red Green Blue C M Y K H S L
Decimal 128 238 49 0.46 0 0.79 0.07 94.92 0.85 0.56
Hex 80 EE 31 2E 0 4F 7 5F 55 38
Octal 200 356 61 56 0 117 7 137 125 70
Binary 10000000 11101110 110001 101110 0 1001111 111 1011111 1010101 111000

Color Harmonies of #80EE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EE31

Black with #80EE31

Text Example


Text Example

White with #80EE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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