Html Css Color HEX #80DA47 Mantis

📋 copy color: '#80DA47'

red 128 ◦ green 218 ◦ blue 71

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

Shades of Mantis #80DA47

Tints of Mantis #80DA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.03%

R = 30.7%
G = 52.28%
B = 17.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#80DA47 (or 0x80DA47) is known color: Mantis. HEX triplet: 80, DA and 47. RGB value is (128,218,71). Sum of RGB (Red+Green+Blue) = 128+218+71=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA47 is #7F25B8. Grayscale: #AEAEAE. Windows color (decimal): -8332729 or 4708992. OLE color: 4708992.

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

Color convert

RGB 128 218 71 -
CMYK 0.41 0 0.67 0.15
HSL 96.73º 0.67% 0.57% -
HSV(B) 96.73º 0.67% 0.85% -
XYZ 35.11 55.19 14.76 -
YUV 174.33 69.68 94.95 -
System Red Green Blue C M Y K H S L
Decimal 128 218 71 0.41 0 0.67 0.15 96.73 0.67 0.57
Hex 80 DA 47 29 0 43 F 61 43 39
Octal 200 332 107 51 0 103 17 141 103 71
Binary 10000000 11011010 1000111 101001 0 1000011 1111 1100001 1000011 111001

Color Harmonies of #80DA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA47

Black with #80DA47

Text Example


Text Example

White with #80DA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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