#80dc4b

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

Shades of Mantis #80DC4B

Tints of Mantis #80DC4B

Color information

#80DC4B (or 0x80DC4B) is unknown color: approx Mantis. HEX triplet: 80, DC and 4B. RGB value is (128,220,75). Sum of RGB (Red+Green+Blue) = 128+220+75=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC4B is #7F23B4. Grayscale: #B0B0B0. Windows color (decimal): -8332213 or 4971648. OLE color: 4971648.

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

Color convert

RGB12822075-
CMYK0.4200.660.14
HSL98.07º67.44%57.84%-
HSV(B)98.07º65.91%86.27%-
XYZ35.7756.2815.64-
YUV175.9671.0293.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 220 (86.33% from 255) = 52.01%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=30.26%
G=52.01%
B=17.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128220750.4200.660.1498.0767.4457.84
Hex80DC4B2A042E62433a
Octal2003341135201021614210372
Binary1000000011011100100101110101001000010111011000101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80dc4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,220,75); }

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

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

 a { background-color: rgb(128,220,75); }

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

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

 span { border-color: rgb(128,220,75); }

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