Html Css Color HEX #80E050 Mantis

📋 copy color: '#80E050'

red 128 ◦ green 224 ◦ blue 80

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

Shades of Mantis #80E050

Tints of Mantis #80E050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 29.63%
G = 51.85%
B = 18.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#80E050 (or 0x80E050) is known color: Mantis. HEX triplet: 80, E0 and 50. RGB value is (128,224,80). Sum of RGB (Red+Green+Blue) = 128+224+80=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #80E050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E050 is #7F1FAF. Grayscale: #B3B3B3. Windows color (decimal): -8331184 or 5300352. OLE color: 5300352.

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

Color convert

RGB 128 224 80 -
CMYK 0.43 0 0.64 0.12
HSL 100º 0.7% 0.6% -
HSV(B) 100º 0.64% 0.88% -
XYZ 37.01 58.48 16.93 -
YUV 178.88 72.2 91.71 -
System Red Green Blue C M Y K H S L
Decimal 128 224 80 0.43 0 0.64 0.12 100 0.7 0.6
Hex 80 E0 50 2B 0 40 C 64 46 3C
Octal 200 340 120 53 0 100 14 144 106 74
Binary 10000000 11100000 1010000 101011 0 1000000 1100 1100100 1000110 111100

Color Harmonies of #80E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E050

Black with #80E050

Text Example


Text Example

White with #80E050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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