Html Css Color HEX #80DA64 Mantis

📋 copy color: '#80DA64'

red 128 ◦ green 218 ◦ blue 100

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

Shades of Mantis #80DA64

Tints of Mantis #80DA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 28.7%
G = 48.88%
B = 22.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#80DA64 (or 0x80DA64) is known color: Mantis. HEX triplet: 80, DA and 64. RGB value is (128,218,100). Sum of RGB (Red+Green+Blue) = 128+218+100=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA64 is #7F259B. Grayscale: #B2B2B2. Windows color (decimal): -8332700 or 6609536. OLE color: 6609536.

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

Color convert

RGB 128 218 100 -
CMYK 0.41 0 0.54 0.15
HSL 105.76º 0.61% 0.62% -
HSV(B) 105.76º 0.54% 0.85% -
XYZ 36.27 55.65 20.89 -
YUV 177.64 84.18 92.59 -
System Red Green Blue C M Y K H S L
Decimal 128 218 100 0.41 0 0.54 0.15 105.76 0.61 0.62
Hex 80 DA 64 29 0 36 F 6A 3D 3E
Octal 200 332 144 51 0 66 17 152 75 76
Binary 10000000 11011010 1100100 101001 0 110110 1111 1101010 111101 111110

Color Harmonies of #80DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA64

Black with #80DA64

Text Example


Text Example

White with #80DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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