Html Css Color HEX #80E636 Atlantis

📋 copy color: '#80E636'

red 128 ◦ green 230 ◦ blue 54

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

Shades of Atlantis #80E636

Tints of Atlantis #80E636

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.83%

 BLUE value IS 54 (21.48% from 255) = 13.11%

R = 31.07%
G = 55.83%
B = 13.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#80E636 (or 0x80E636) is known color: Atlantis. HEX triplet: 80, E6 and 36. RGB value is (128,230,54). Sum of RGB (Red+Green+Blue) = 128+230+54=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #80E636 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E636 is #7F19C9. Grayscale: #B4B4B4. Windows color (decimal): -8329674 or 3597952. OLE color: 3597952.

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

Color convert

RGB 128 230 54 -
CMYK 0.44 0 0.77 0.10
HSL 94.77º 0.78% 0.56% -
HSV(B) 94.77º 0.77% 0.9% -
XYZ 37.86 61.45 13.36 -
YUV 179.44 57.21 91.31 -
System Red Green Blue C M Y K H S L
Decimal 128 230 54 0.44 0 0.77 0.10 94.77 0.78 0.56
Hex 80 E6 36 2C 0 4D A 5F 4E 38
Octal 200 346 66 54 0 115 12 137 116 70
Binary 10000000 11100110 110110 101100 0 1001101 1010 1011111 1001110 111000

Color Harmonies of #80E636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E636

Black with #80E636

Text Example


Text Example

White with #80E636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,230,54); }

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

background-color css

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

 a { background-color: rgb(128,230,54); }

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

border-color css

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

 span { border-color: rgb(128,230,54); }

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