#80C35D

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

Shades of Mantis #80C35D

Tints of Mantis #80C35D

Color information

#80C35D (or 0x80C35D) is unknown color: approx Mantis. HEX triplet: 80, C3 and 5D. RGB value is (128,195,93). Sum of RGB (Red+Green+Blue) = 128+195+93=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #80C35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C35D is #7F3CA2. Grayscale: #A3A3A3. Windows color (decimal): -8338595 or 6144896. OLE color: 6144896.

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

Color convert

RGB12819593-
CMYK0.3400.520.24
HSL99.41º45.95%56.47%-
HSV(B)99.41º52.31%76.47%-
XYZ30.3944.4117.33-
YUV163.3488.3102.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=30.77%
G=46.88%
B=22.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128195930.3400.520.2499.4145.9556.47
Hex80C35D2203418632e38
Octal20030313542064301435670
Binary100000001100001110111011000100110100110001100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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