#80D35F

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

Shades of Mantis #80D35F

Tints of Mantis #80D35F

Color information

#80D35F (or 0x80D35F) is unknown color: approx Mantis. HEX triplet: 80, D3 and 5F. RGB value is (128,211,95). Sum of RGB (Red+Green+Blue) = 128+211+95=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #80D35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D35F is #7F2CA0. Grayscale: #ADADAD. Windows color (decimal): -8334497 or 6280064. OLE color: 6280064.

HSL color Cylindrical-coordinate representation of color #80D35F: hue angle of 102.93º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80D35F is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB12821195-
CMYK0.3900.550.17
HSL102.93º56.86%60%-
HSV(B)102.93º54.98%82.75%-
XYZ34.265219.06-
YUV172.968495.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 211 (82.81% from 255) = 48.62%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=29.49%
G=48.62%
B=21.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128211950.3900.550.17102.9356.8660
Hex80D35F270371167393c
Octal20032313747067211477174
Binary100000001101001110111111001110110111100011100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,211,95); }

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

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

 a { background-color: rgb(128,211,95); }

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

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

 span { border-color: rgb(128,211,95); }

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