Html Css Color HEX #80DA5B Mantis

📋 copy color: '#80DA5B'

red 128 ◦ green 218 ◦ blue 91

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

Shades of Mantis #80DA5B

Tints of Mantis #80DA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.89%

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

R = 29.29%
G = 49.89%
B = 20.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#80DA5B (or 0x80DA5B) is known color: Mantis. HEX triplet: 80, DA and 5B. RGB value is (128,218,91). Sum of RGB (Red+Green+Blue) = 128+218+91=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA5B is #7F25A4. Grayscale: #B1B1B1. Windows color (decimal): -8332709 or 6019712. OLE color: 6019712.

HSL color Cylindrical-coordinate representation of color #80DA5B: hue angle of 102.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80DA5B is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 91 -
CMYK 0.41 0 0.58 0.15
HSL 102.52º 0.63% 0.61% -
HSV(B) 102.52º 0.58% 0.85% -
XYZ 35.86 55.49 18.72 -
YUV 176.61 79.68 93.33 -
System Red Green Blue C M Y K H S L
Decimal 128 218 91 0.41 0 0.58 0.15 102.52 0.63 0.61
Hex 80 DA 5B 29 0 3A F 67 3F 3D
Octal 200 332 133 51 0 72 17 147 77 75
Binary 10000000 11011010 1011011 101001 0 111010 1111 1100111 111111 111101

Color Harmonies of #80DA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA5B

Black with #80DA5B

Text Example


Text Example

White with #80DA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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