Html Css Color HEX #80DD49 Mantis

📋 copy color: '#80DD49'

red 128 ◦ green 221 ◦ blue 73

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

Shades of Mantis #80DD49

Tints of Mantis #80DD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 30.33%
G = 52.37%
B = 17.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#80DD49 (or 0x80DD49) is known color: Mantis. HEX triplet: 80, DD and 49. RGB value is (128,221,73). Sum of RGB (Red+Green+Blue) = 128+221+73=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD49 is #7F22B6. Grayscale: #B0B0B0. Windows color (decimal): -8331959 or 4840832. OLE color: 4840832.

HSL color Cylindrical-coordinate representation of color #80DD49: hue angle of 97.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80DD49 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 73 -
CMYK 0.42 0 0.67 0.13
HSL 97.7º 0.69% 0.58% -
HSV(B) 97.7º 0.67% 0.87% -
XYZ 35.96 56.78 15.37 -
YUV 176.32 69.69 93.53 -
System Red Green Blue C M Y K H S L
Decimal 128 221 73 0.42 0 0.67 0.13 97.7 0.69 0.58
Hex 80 DD 49 2A 0 43 D 62 45 3A
Octal 200 335 111 52 0 103 15 142 105 72
Binary 10000000 11011101 1001001 101010 0 1000011 1101 1100010 1000101 111010

Color Harmonies of #80DD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD49

Black with #80DD49

Text Example


Text Example

White with #80DD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,73); }

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

background-color css

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

 a { background-color: rgb(128,221,73); }

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

border-color css

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

 span { border-color: rgb(128,221,73); }

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