#80C667

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

Shades of Mantis #80C667

Tints of Mantis #80C667

Color information

#80C667 (or 0x80C667) is unknown color: approx Mantis. HEX triplet: 80, C6 and 67. RGB value is (128,198,103). Sum of RGB (Red+Green+Blue) = 128+198+103=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #80C667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C667 is #7F3998. Grayscale: #A6A6A6. Windows color (decimal): -8337817 or 6801024. OLE color: 6801024.

HSL color Cylindrical-coordinate representation of color #80C667: hue angle of 104.21º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80C667 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB128198103-
CMYK0.3500.480.22
HSL104.21º45.45%59.02%-
HSV(B)104.21º47.98%77.65%-
XYZ31.5445.9620.04-
YUV166.2492.31100.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 198 (77.73% from 255) = 46.15%
BLUE value IS 103 (40.62% from 255) = 24.01%
R=29.84%
G=46.15%
B=24.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281981030.3500.480.22104.2145.4559.02
Hex80C6672303016682d3b
Octal20030614743060261505573
Binary100000001100011011001111000110110000101101101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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