Html Css Color HEX #80DC5B Mantis

📋 copy color: '#80DC5B'

red 128 ◦ green 220 ◦ blue 91

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

Shades of Mantis #80DC5B

Tints of Mantis #80DC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.11%

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 29.16%
G = 50.11%
B = 20.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#80DC5B (or 0x80DC5B) is known color: Mantis. HEX triplet: 80, DC and 5B. RGB value is (128,220,91). Sum of RGB (Red+Green+Blue) = 128+220+91=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC5B is #7F23A4. Grayscale: #B2B2B2. Windows color (decimal): -8332197 or 6020224. OLE color: 6020224.

HSL color Cylindrical-coordinate representation of color #80DC5B: hue angle of 102.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80DC5B is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 220 91 -
CMYK 0.42 0 0.59 0.14
HSL 102.79º 0.65% 0.61% -
HSV(B) 102.79º 0.59% 0.86% -
XYZ 36.38 56.53 18.89 -
YUV 177.79 79.02 92.49 -
System Red Green Blue C M Y K H S L
Decimal 128 220 91 0.42 0 0.59 0.14 102.79 0.65 0.61
Hex 80 DC 5B 2A 0 3B E 67 41 3D
Octal 200 334 133 52 0 73 16 147 101 75
Binary 10000000 11011100 1011011 101010 0 111011 1110 1100111 1000001 111101

Color Harmonies of #80DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DC5B

Black with #80DC5B

Text Example


Text Example

White with #80DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,91); }

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

background-color css

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

 a { background-color: rgb(128,220,91); }

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

border-color css

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

 span { border-color: rgb(128,220,91); }

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