#80D955

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

Shades of Mantis #80D955

Tints of Mantis #80D955

Color information

#80D955 (or 0x80D955) is unknown color: approx Mantis. HEX triplet: 80, D9 and 55. RGB value is (128,217,85). Sum of RGB (Red+Green+Blue) = 128+217+85=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #80D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D955 is #7F26AA. Grayscale: #AFAFAF. Windows color (decimal): -8332971 or 5626240. OLE color: 5626240.

HSL color Cylindrical-coordinate representation of color #80D955: hue angle of 100.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D955 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB12821785-
CMYK0.4100.610.15
HSL100.45º63.46%59.22%-
HSV(B)100.45º60.83%85.1%-
XYZ35.3554.8717.32-
YUV175.3477.0194.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 217 (85.16% from 255) = 50.47%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=29.77%
G=50.47%
B=19.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128217850.4100.610.15100.4563.4659.22
Hex80D9552903DF643f3b
Octal20033112551075171447773
Binary10000000110110011010101101001011110111111100100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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