Html Css Color HEX #80EC4D Mantis

📋 copy color: '#80EC4D'

red 128 ◦ green 236 ◦ blue 77

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

Shades of Mantis #80EC4D

Tints of Mantis #80EC4D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.51%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 29.02%
G = 53.51%
B = 17.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#80EC4D (or 0x80EC4D) is known color: Mantis. HEX triplet: 80, EC and 4D. RGB value is (128,236,77). Sum of RGB (Red+Green+Blue) = 128+236+77=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC4D is #7F13B2. Grayscale: #BABABA. Windows color (decimal): -8328115 or 5106816. OLE color: 5106816.

HSL color Cylindrical-coordinate representation of color #80EC4D: hue angle of 100.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80EC4D is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 77 -
CMYK 0.46 0 0.67 0.07
HSL 100.75º 0.81% 0.61% -
HSV(B) 100.75º 0.67% 0.93% -
XYZ 40.24 65.12 17.47 -
YUV 185.58 66.72 86.93 -
System Red Green Blue C M Y K H S L
Decimal 128 236 77 0.46 0 0.67 0.07 100.75 0.81 0.61
Hex 80 EC 4D 2E 0 43 7 65 51 3D
Octal 200 354 115 56 0 103 7 145 121 75
Binary 10000000 11101100 1001101 101110 0 1000011 111 1100101 1010001 111101

Color Harmonies of #80EC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC4D

Black with #80EC4D

Text Example


Text Example

White with #80EC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,236,77); }

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

background-color css

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

 a { background-color: rgb(128,236,77); }

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

border-color css

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

 span { border-color: rgb(128,236,77); }

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