Html Css Color HEX #80DA5F Mantis

📋 copy color: '#80DA5F'

red 128 ◦ green 218 ◦ blue 95

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

Shades of Mantis #80DA5F

Tints of Mantis #80DA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 29.02%
G = 49.43%
B = 21.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#80DA5F (or 0x80DA5F) is known color: Mantis. HEX triplet: 80, DA and 5F. RGB value is (128,218,95). Sum of RGB (Red+Green+Blue) = 128+218+95=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA5F is #7F25A0. Grayscale: #B1B1B1. Windows color (decimal): -8332705 or 6281856. OLE color: 6281856.

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

Color convert

RGB 128 218 95 -
CMYK 0.41 0 0.56 0.15
HSL 103.9º 0.62% 0.61% -
HSV(B) 103.9º 0.56% 0.85% -
XYZ 36.04 55.56 19.65 -
YUV 177.07 81.68 93 -
System Red Green Blue C M Y K H S L
Decimal 128 218 95 0.41 0 0.56 0.15 103.9 0.62 0.61
Hex 80 DA 5F 29 0 38 F 68 3E 3D
Octal 200 332 137 51 0 70 17 150 76 75
Binary 10000000 11011010 1011111 101001 0 111000 1111 1101000 111110 111101

Color Harmonies of #80DA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA5F

Black with #80DA5F

Text Example


Text Example

White with #80DA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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