#80C458

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

Shades of Mantis #80C458

Tints of Mantis #80C458

Color information

#80C458 (or 0x80C458) is unknown color: approx Mantis. HEX triplet: 80, C4 and 58. RGB value is (128,196,88). Sum of RGB (Red+Green+Blue) = 128+196+88=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #80C458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C458 is #7F3BA7. Grayscale: #A3A3A3. Windows color (decimal): -8338344 or 5817472. OLE color: 5817472.

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

Color convert

RGB12819688-
CMYK0.3500.550.23
HSL97.78º47.79%55.69%-
HSV(B)97.78º55.1%76.86%-
XYZ30.444.7716.27-
YUV163.3685.47102.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 196 (76.95% from 255) = 47.57%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=31.07%
G=47.57%
B=21.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128196880.3500.550.2397.7847.7955.69
Hex80C4582303717623038
Octal20030413043067271426070
Binary100000001100010010110001000110110111101111100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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