#80CE60

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

Shades of Mantis #80CE60

Tints of Mantis #80CE60

Color information

#80CE60 (or 0x80CE60) is unknown color: approx Mantis. HEX triplet: 80, CE and 60. RGB value is (128,206,96). Sum of RGB (Red+Green+Blue) = 128+206+96=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE60 is #7F319F. Grayscale: #AAAAAA. Windows color (decimal): -8335776 or 6344320. OLE color: 6344320.

HSL color Cylindrical-coordinate representation of color #80CE60: hue angle of 102.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80CE60 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB12820696-
CMYK0.3800.530.19
HSL102.55º52.88%59.22%-
HSV(B)102.55º53.4%80.78%-
XYZ33.0849.5818.89-
YUV170.1486.1697.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 206 (80.86% from 255) = 47.91%
BLUE value IS 96 (37.89% from 255) = 22.33%
R=29.77%
G=47.91%
B=22.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128206960.3800.530.19102.5552.8859.22
Hex80CE60260351367353b
Octal20031614046065231476573
Binary100000001100111011000001001100110101100111100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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