Html Css Color HEX #80E43F Atlantis

📋 copy color: '#80E43F'

red 128 ◦ green 228 ◦ blue 63

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

Shades of Atlantis #80E43F

Tints of Atlantis #80E43F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.42%

 BLUE value IS 63 (25% from 255) = 15.04%

R = 30.55%
G = 54.42%
B = 15.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#80E43F (or 0x80E43F) is known color: Atlantis. HEX triplet: 80, E4 and 3F. RGB value is (128,228,63). Sum of RGB (Red+Green+Blue) = 128+228+63=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #80E43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E43F is #7F1BC0. Grayscale: #B3B3B3. Windows color (decimal): -8330177 or 4187264. OLE color: 4187264.

HSL color Cylindrical-coordinate representation of color #80E43F: hue angle of 96.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80E43F is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 228 63 -
CMYK 0.44 0 0.72 0.11
HSL 96.36º 0.75% 0.57% -
HSV(B) 96.36º 0.72% 0.89% -
XYZ 37.54 60.43 14.39 -
YUV 179.29 62.37 91.42 -
System Red Green Blue C M Y K H S L
Decimal 128 228 63 0.44 0 0.72 0.11 96.36 0.75 0.57
Hex 80 E4 3F 2C 0 48 B 60 4B 39
Octal 200 344 77 54 0 110 13 140 113 71
Binary 10000000 11100100 111111 101100 0 1001000 1011 1100000 1001011 111001

Color Harmonies of #80E43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E43F

Black with #80E43F

Text Example


Text Example

White with #80E43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,228,63); }

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

background-color css

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

 a { background-color: rgb(128,228,63); }

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

border-color css

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

 span { border-color: rgb(128,228,63); }

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