Html Css Color HEX #80E05D Mantis

📋 copy color: '#80E05D'

red 128 ◦ green 224 ◦ blue 93

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

Shades of Mantis #80E05D

Tints of Mantis #80E05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 28.76%
G = 50.34%
B = 20.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#80E05D (or 0x80E05D) is known color: Mantis. HEX triplet: 80, E0 and 5D. RGB value is (128,224,93). Sum of RGB (Red+Green+Blue) = 128+224+93=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #80E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E05D is #7F1FA2. Grayscale: #B4B4B4. Windows color (decimal): -8331171 or 6152320. OLE color: 6152320.

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

Color convert

RGB 128 224 93 -
CMYK 0.43 0 0.58 0.12
HSL 103.97º 0.68% 0.62% -
HSV(B) 103.97º 0.58% 0.88% -
XYZ 37.53 58.69 19.71 -
YUV 180.36 78.7 90.65 -
System Red Green Blue C M Y K H S L
Decimal 128 224 93 0.43 0 0.58 0.12 103.97 0.68 0.62
Hex 80 E0 5D 2B 0 3A C 68 44 3E
Octal 200 340 135 53 0 72 14 150 104 76
Binary 10000000 11100000 1011101 101011 0 111010 1100 1101000 1000100 111110

Color Harmonies of #80E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E05D

Black with #80E05D

Text Example


Text Example

White with #80E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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