#80C363

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

Shades of Mantis #80C363

Tints of Mantis #80C363

Color information

#80C363 (or 0x80C363) is unknown color: approx Mantis. HEX triplet: 80, C3 and 63. RGB value is (128,195,99). Sum of RGB (Red+Green+Blue) = 128+195+99=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #80C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C363 is #7F3C9C. Grayscale: #A4A4A4. Windows color (decimal): -8338589 or 6538112. OLE color: 6538112.

HSL color Cylindrical-coordinate representation of color #80C363: hue angle of 101.87º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C363 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB12819599-
CMYK0.3400.490.24
HSL101.87º44.44%57.65%-
HSV(B)101.87º49.23%76.47%-
XYZ30.6744.5218.78-
YUV164.0291.3102.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 99 (39.06% from 255) = 23.46%
R=30.33%
G=46.21%
B=23.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128195990.3400.490.24101.8744.4457.65
Hex80C3632203118662c3a
Octal20030314342061301465472
Binary100000001100001111000111000100110001110001100110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,99); }

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

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

 a { background-color: rgb(128,195,99); }

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

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

 span { border-color: rgb(128,195,99); }

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