Html Css Color HEX #80E035 Atlantis

📋 copy color: '#80E035'

red 128 ◦ green 224 ◦ blue 53

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

Shades of Atlantis #80E035

Tints of Atlantis #80E035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 31.6%
G = 55.31%
B = 13.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#80E035 (or 0x80E035) is known color: Atlantis. HEX triplet: 80, E0 and 35. RGB value is (128,224,53). Sum of RGB (Red+Green+Blue) = 128+224+53=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #80E035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E035 is #7F1FCA. Grayscale: #B0B0B0. Windows color (decimal): -8331211 or 3530880. OLE color: 3530880.

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

Color convert

RGB 128 224 53 -
CMYK 0.43 0 0.76 0.12
HSL 93.68º 0.73% 0.54% -
HSV(B) 93.68º 0.76% 0.88% -
XYZ 36.2 58.16 12.69 -
YUV 175.8 58.7 93.9 -
System Red Green Blue C M Y K H S L
Decimal 128 224 53 0.43 0 0.76 0.12 93.68 0.73 0.54
Hex 80 E0 35 2B 0 4C C 5E 49 36
Octal 200 340 65 53 0 114 14 136 111 66
Binary 10000000 11100000 110101 101011 0 1001100 1100 1011110 1001001 110110

Color Harmonies of #80E035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E035

Black with #80E035

Text Example


Text Example

White with #80E035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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