Html Css Color HEX #80E038 Atlantis

📋 copy color: '#80E038'

red 128 ◦ green 224 ◦ blue 56

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

Shades of Atlantis #80E038

Tints of Atlantis #80E038

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.9%

 BLUE value IS 56 (22.27% from 255) = 13.73%

R = 31.37%
G = 54.9%
B = 13.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#80E038 (or 0x80E038) is known color: Atlantis. HEX triplet: 80, E0 and 38. RGB value is (128,224,56). Sum of RGB (Red+Green+Blue) = 128+224+56=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #80E038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E038 is #7F1FC7. Grayscale: #B0B0B0. Windows color (decimal): -8331208 or 3727488. OLE color: 3727488.

HSL color Cylindrical-coordinate representation of color #80E038: hue angle of 94.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80E038 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 56 -
CMYK 0.43 0 0.75 0.12
HSL 94.29º 0.73% 0.55% -
HSV(B) 94.29º 0.75% 0.88% -
XYZ 36.27 58.19 13.06 -
YUV 176.14 60.2 93.66 -
System Red Green Blue C M Y K H S L
Decimal 128 224 56 0.43 0 0.75 0.12 94.29 0.73 0.55
Hex 80 E0 38 2B 0 4B C 5E 49 37
Octal 200 340 70 53 0 113 14 136 111 67
Binary 10000000 11100000 111000 101011 0 1001011 1100 1011110 1001001 110111

Color Harmonies of #80E038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E038

Black with #80E038

Text Example


Text Example

White with #80E038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,224,56); }

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

background-color css

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

 a { background-color: rgb(128,224,56); }

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

border-color css

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

 span { border-color: rgb(128,224,56); }

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