Html Css Color HEX #80EB56 Mantis

📋 copy color: '#80EB56'

red 128 ◦ green 235 ◦ blue 86

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

Shades of Mantis #80EB56

Tints of Mantis #80EB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 28.51%
G = 52.34%
B = 19.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#80EB56 (or 0x80EB56) is known color: Mantis. HEX triplet: 80, EB and 56. RGB value is (128,235,86). Sum of RGB (Red+Green+Blue) = 128+235+86=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EB56 is #7F14A9. Grayscale: #BABABA. Windows color (decimal): -8328362 or 5696384. OLE color: 5696384.

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

Color convert

RGB 128 235 86 -
CMYK 0.46 0 0.63 0.08
HSL 103.09º 0.79% 0.63% -
HSV(B) 103.09º 0.63% 0.92% -
XYZ 40.29 64.68 19.16 -
YUV 186.02 71.55 86.62 -
System Red Green Blue C M Y K H S L
Decimal 128 235 86 0.46 0 0.63 0.08 103.09 0.79 0.63
Hex 80 EB 56 2E 0 3F 8 67 4F 3F
Octal 200 353 126 56 0 77 10 147 117 77
Binary 10000000 11101011 1010110 101110 0 111111 1000 1100111 1001111 111111

Color Harmonies of #80EB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB56

Black with #80EB56

Text Example


Text Example

White with #80EB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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