Html Css Color HEX #80EB4E Mantis

📋 copy color: '#80EB4E'

red 128 ◦ green 235 ◦ blue 78

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

Shades of Mantis #80EB4E

Tints of Mantis #80EB4E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.29%

 BLUE value IS 78 (30.86% from 255) = 17.69%

R = 29.02%
G = 53.29%
B = 17.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#80EB4E (or 0x80EB4E) is known color: Mantis. HEX triplet: 80, EB and 4E. RGB value is (128,235,78). Sum of RGB (Red+Green+Blue) = 128+235+78=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EB4E is #7F14B1. Grayscale: #B9B9B9. Windows color (decimal): -8328370 or 5172096. OLE color: 5172096.

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

Color convert

RGB 128 235 78 -
CMYK 0.46 0 0.67 0.08
HSL 100.89º 0.8% 0.61% -
HSV(B) 100.89º 0.67% 0.92% -
XYZ 39.99 64.56 17.56 -
YUV 185.11 67.55 87.27 -
System Red Green Blue C M Y K H S L
Decimal 128 235 78 0.46 0 0.67 0.08 100.89 0.8 0.61
Hex 80 EB 4E 2E 0 43 8 65 50 3D
Octal 200 353 116 56 0 103 10 145 120 75
Binary 10000000 11101011 1001110 101110 0 1000011 1000 1100101 1010000 111101

Color Harmonies of #80EB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB4E

Black with #80EB4E

Text Example


Text Example

White with #80EB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,78); }

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

background-color css

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

 a { background-color: rgb(128,235,78); }

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

border-color css

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

 span { border-color: rgb(128,235,78); }

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