#80D055

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

Shades of Mantis #80D055

Tints of Mantis #80D055

Color information

#80D055 (or 0x80D055) is unknown color: approx Mantis. HEX triplet: 80, D0 and 55. RGB value is (128,208,85). Sum of RGB (Red+Green+Blue) = 128+208+85=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #80D055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D055 is #7F2FAA. Grayscale: #AAAAAA. Windows color (decimal): -8335275 or 5623936. OLE color: 5623936.

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

Color convert

RGB12820885-
CMYK0.3800.590.18
HSL99.02º56.68%57.45%-
HSV(B)99.02º59.13%81.57%-
XYZ33.150.3616.57-
YUV170.068098-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 208 (81.64% from 255) = 49.41%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=30.40%
G=49.41%
B=20.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128208850.3800.590.1899.0256.6857.45
Hex80D0552603B12633939
Octal20032012546073221437171
Binary100000001101000010101011001100111011100101100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,85); }

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

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

 a { background-color: rgb(128,208,85); }

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

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

 span { border-color: rgb(128,208,85); }

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