Html Css Color HEX #80EC31 Atlantis

📋 copy color: '#80EC31'

red 128 ◦ green 236 ◦ blue 49

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

Shades of Atlantis #80EC31

Tints of Atlantis #80EC31

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.14%

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

R = 30.99%
G = 57.14%
B = 11.86%

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

#80EC31 (or 0x80EC31) is known color: Atlantis. HEX triplet: 80, EC and 31. RGB value is (128,236,49). Sum of RGB (Red+Green+Blue) = 128+236+49=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EC31 is #7F13CE. Grayscale: #B7B7B7. Windows color (decimal): -8328143 or 3271808. OLE color: 3271808.

HSL color Cylindrical-coordinate representation of color #80EC31: hue angle of 94.65º degrees, saturation: 0.83, 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 #80EC31 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 49 -
CMYK 0.46 0 0.79 0.07
HSL 94.65º 0.83% 0.56% -
HSV(B) 94.65º 0.79% 0.93% -
XYZ 39.45 64.8 13.33 -
YUV 182.39 52.72 89.21 -
System Red Green Blue C M Y K H S L
Decimal 128 236 49 0.46 0 0.79 0.07 94.65 0.83 0.56
Hex 80 EC 31 2E 0 4F 7 5F 53 38
Octal 200 354 61 56 0 117 7 137 123 70
Binary 10000000 11101100 110001 101110 0 1001111 111 1011111 1010011 111000

Color Harmonies of #80EC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC31

Black with #80EC31

Text Example


Text Example

White with #80EC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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