Html Css Color HEX #80E35D Mantis

📋 copy color: '#80E35D'

red 128 ◦ green 227 ◦ blue 93

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

Shades of Mantis #80E35D

Tints of Mantis #80E35D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.67%

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

R = 28.57%
G = 50.67%
B = 20.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#80E35D (or 0x80E35D) is known color: Mantis. HEX triplet: 80, E3 and 5D. RGB value is (128,227,93). Sum of RGB (Red+Green+Blue) = 128+227+93=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #80E35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E35D is #7F1CA2. Grayscale: #B6B6B6. Windows color (decimal): -8330403 or 6153088. OLE color: 6153088.

HSL color Cylindrical-coordinate representation of color #80E35D: hue angle of 104.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80E35D is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 227 93 -
CMYK 0.44 0 0.59 0.11
HSL 104.33º 0.71% 0.63% -
HSV(B) 104.33º 0.59% 0.89% -
XYZ 38.35 60.32 19.98 -
YUV 182.12 77.7 89.4 -
System Red Green Blue C M Y K H S L
Decimal 128 227 93 0.44 0 0.59 0.11 104.33 0.71 0.63
Hex 80 E3 5D 2C 0 3B B 68 47 3F
Octal 200 343 135 54 0 73 13 150 107 77
Binary 10000000 11100011 1011101 101100 0 111011 1011 1101000 1000111 111111

Color Harmonies of #80E35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E35D

Black with #80E35D

Text Example


Text Example

White with #80E35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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