Html Css Color HEX #80DA56 Mantis

📋 copy color: '#80DA56'

red 128 ◦ green 218 ◦ blue 86

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

Shades of Mantis #80DA56

Tints of Mantis #80DA56

RGB

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

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

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

R = 29.63%
G = 50.46%
B = 19.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#80DA56 (or 0x80DA56) is known color: Mantis. HEX triplet: 80, DA and 56. RGB value is (128,218,86). Sum of RGB (Red+Green+Blue) = 128+218+86=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA56 is #7F25A9. Grayscale: #B0B0B0. Windows color (decimal): -8332714 or 5692032. OLE color: 5692032.

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

Color convert

RGB 128 218 86 -
CMYK 0.41 0 0.61 0.15
HSL 100.91º 0.64% 0.6% -
HSV(B) 100.91º 0.61% 0.85% -
XYZ 35.65 55.4 17.62 -
YUV 176.04 77.18 93.73 -
System Red Green Blue C M Y K H S L
Decimal 128 218 86 0.41 0 0.61 0.15 100.91 0.64 0.6
Hex 80 DA 56 29 0 3D F 65 40 3C
Octal 200 332 126 51 0 75 17 145 100 74
Binary 10000000 11011010 1010110 101001 0 111101 1111 1100101 1000000 111100

Color Harmonies of #80DA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA56

Black with #80DA56

Text Example


Text Example

White with #80DA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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