#80CD57

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

Shades of Mantis #80CD57

Tints of Mantis #80CD57

Color information

#80CD57 (or 0x80CD57) is unknown color: approx Mantis. HEX triplet: 80, CD and 57. RGB value is (128,205,87). Sum of RGB (Red+Green+Blue) = 128+205+87=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD57 is #7F32A8. Grayscale: #A8A8A8. Windows color (decimal): -8336041 or 5754240. OLE color: 5754240.

HSL color Cylindrical-coordinate representation of color #80CD57: hue angle of 99.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80CD57 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB12820587-
CMYK0.3800.580.20
HSL99.15º54.13%57.25%-
HSV(B)99.15º57.56%80.39%-
XYZ32.4548.9416.75-
YUV168.5281.9999.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 87 (34.38% from 255) = 20.71%
R=30.48%
G=48.81%
B=20.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128205870.3800.580.2099.1554.1357.25
Hex80CD572603A14633639
Octal20031512746072241436671
Binary100000001100110110101111001100111010101001100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,205,87); }

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

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

 a { background-color: rgb(128,205,87); }

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

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

 span { border-color: rgb(128,205,87); }

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