#80dc60

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

Shades of Mantis #80DC60

Tints of Mantis #80DC60

Color information

#80DC60 (or 0x80DC60) is unknown color: approx Mantis. HEX triplet: 80, DC and 60. RGB value is (128,220,96). Sum of RGB (Red+Green+Blue) = 128+220+96=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC60 is #7F239F. Grayscale: #B2B2B2. Windows color (decimal): -8332192 or 6347904. OLE color: 6347904.

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

Color convert

RGB12822096-
CMYK0.4200.560.14
HSL104.52º63.92%61.96%-
HSV(B)104.52º56.36%86.27%-
XYZ36.6156.6220.07-
YUV178.3681.5292.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 220 (86.33% from 255) = 49.55%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=28.83%
G=49.55%
B=21.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128220960.4200.560.14104.5263.9261.96
Hex80DC602A038E69403e
Octal200334140520701615110076
Binary100000001101110011000001010100111000111011010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80dc60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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