#80C467

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

Shades of Mantis #80C467

Tints of Mantis #80C467

Color information

#80C467 (or 0x80C467) is unknown color: approx Mantis. HEX triplet: 80, C4 and 67. RGB value is (128,196,103). Sum of RGB (Red+Green+Blue) = 128+196+103=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #80C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C467 is #7F3B98. Grayscale: #A5A5A5. Windows color (decimal): -8338329 or 6800512. OLE color: 6800512.

HSL color Cylindrical-coordinate representation of color #80C467: hue angle of 103.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80C467 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB128196103-
CMYK0.3500.470.23
HSL103.87º44.08%58.63%-
HSV(B)103.87º47.45%76.86%-
XYZ31.0945.0519.89-
YUV165.0792.97101.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 196 (76.95% from 255) = 45.90%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=29.98%
G=45.90%
B=24.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281961030.3500.470.23103.8744.0858.63
Hex80C4672302F17682c3b
Octal20030414743057271505473
Binary100000001100010011001111000110101111101111101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,196,103); }

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

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

 a { background-color: rgb(128,196,103); }

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

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

 span { border-color: rgb(128,196,103); }

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