#80c452

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

Shades of Mantis #80C452

Tints of Mantis #80C452

Color information

#80C452 (or 0x80C452) is unknown color: approx Mantis. HEX triplet: 80, C4 and 52. RGB value is (128,196,82). Sum of RGB (Red+Green+Blue) = 128+196+82=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #80C452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C452 is #7F3BAD. Grayscale: #A3A3A3. Windows color (decimal): -8338350 or 5424256. OLE color: 5424256.

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

Color convert

RGB12819682-
CMYK0.3500.580.23
HSL95.79º49.14%54.51%-
HSV(B)95.79º58.16%76.86%-
XYZ30.1744.6815.02-
YUV162.6782.47103.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 196 (76.95% from 255) = 48.28%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=31.53%
G=48.28%
B=20.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128196820.3500.580.2395.7949.1454.51
Hex80C4522303A17603137
Octal20030412243072271406167
Binary100000001100010010100101000110111010101111100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80c452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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