Html Css Color HEX #80E053 Mantis

📋 copy color: '#80E053'

red 128 ◦ green 224 ◦ blue 83

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

Shades of Mantis #80E053

Tints of Mantis #80E053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 29.43%
G = 51.49%
B = 19.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#80E053 (or 0x80E053) is known color: Mantis. HEX triplet: 80, E0 and 53. RGB value is (128,224,83). Sum of RGB (Red+Green+Blue) = 128+224+83=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #80E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E053 is #7F1FAC. Grayscale: #B3B3B3. Windows color (decimal): -8331181 or 5496960. OLE color: 5496960.

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

Color convert

RGB 128 224 83 -
CMYK 0.43 0 0.63 0.12
HSL 100.85º 0.69% 0.6% -
HSV(B) 100.85º 0.63% 0.88% -
XYZ 37.12 58.53 17.52 -
YUV 179.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 128 224 83 0.43 0 0.63 0.12 100.85 0.69 0.6
Hex 80 E0 53 2B 0 3F C 65 45 3C
Octal 200 340 123 53 0 77 14 145 105 74
Binary 10000000 11100000 1010011 101011 0 111111 1100 1100101 1000101 111100

Color Harmonies of #80E053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E053

Black with #80E053

Text Example


Text Example

White with #80E053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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