#80DD46

Color #80DD46 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #80DD46

Tints of Mantis #80DD46

Color information

#80DD46 (or 0x80DD46) is unknown color: approx Mantis. HEX triplet: 80, DD and 46. RGB value is (128,221,70). Sum of RGB (Red+Green+Blue) = 128+221+70=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD46 is #7F22B9. Grayscale: #B0B0B0. Windows color (decimal): -8331962 or 4644224. OLE color: 4644224.

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

Color convert

RGB12822170-
CMYK0.4200.680.13
HSL96.95º68.95%57.06%-
HSV(B)96.95º68.33%86.67%-
XYZ35.8656.7414.86-
YUV175.9868.1993.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 70 (27.73% from 255) = 16.71%
R=30.55%
G=52.74%
B=16.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128221700.4200.680.1396.9568.9557.06
Hex80DD462A044D614539
Octal2003351065201041514110571
Binary1000000011011101100011010101001000100110111000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DD46;
 }
 .AnyTagClassName
 {
   color: #80DD46;
 }
</style>
background-color css

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

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

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

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

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

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