Html Css Color HEX #80E532 Atlantis

📋 copy color: '#80E532'

red 128 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #80E532

Tints of Atlantis #80E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.27%

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 31.45%
G = 56.27%
B = 12.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#80E532 (or 0x80E532) is known color: Atlantis. HEX triplet: 80, E5 and 32. RGB value is (128,229,50). Sum of RGB (Red+Green+Blue) = 128+229+50=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #80E532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E532 is #7F1ACD. Grayscale: #B3B3B3. Windows color (decimal): -8329934 or 3335552. OLE color: 3335552.

HSL color Cylindrical-coordinate representation of color #80E532: hue angle of 93.85º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80E532 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 229 50 -
CMYK 0.44 0 0.78 0.10
HSL 93.85º 0.77% 0.55% -
HSV(B) 93.85º 0.78% 0.9% -
XYZ 37.5 60.86 12.79 -
YUV 178.4 55.54 92.05 -
System Red Green Blue C M Y K H S L
Decimal 128 229 50 0.44 0 0.78 0.10 93.85 0.77 0.55
Hex 80 E5 32 2C 0 4E A 5E 4D 37
Octal 200 345 62 54 0 116 12 136 115 67
Binary 10000000 11100101 110010 101100 0 1001110 1010 1011110 1001101 110111

Color Harmonies of #80E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E532

Black with #80E532

Text Example


Text Example

White with #80E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,229,50); }

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

background-color css

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

 a { background-color: rgb(128,229,50); }

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

border-color css

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

 span { border-color: rgb(128,229,50); }

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