#80C748

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

Shades of Mantis #80C748

Tints of Mantis #80C748

Color information

#80C748 (or 0x80C748) is unknown color: approx Mantis. HEX triplet: 80, C7 and 48. RGB value is (128,199,72). Sum of RGB (Red+Green+Blue) = 128+199+72=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #80C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C748 is #7F38B7. Grayscale: #A3A3A3. Windows color (decimal): -8337592 or 4769664. OLE color: 4769664.

HSL color Cylindrical-coordinate representation of color #80C748: hue angle of 93.54º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C748 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB12819972-
CMYK0.3600.640.22
HSL93.54º53.14%53.14%-
HSV(B)93.54º63.82%78.04%-
XYZ30.545.913.38-
YUV163.2976.48102.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 199 (78.12% from 255) = 49.87%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=32.08%
G=49.87%
B=18.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128199720.3600.640.2293.5453.1453.14
Hex80C74824040165e3535
Octal200307110440100261366565
Binary1000000011000111100100010010001000000101101011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,199,72); }

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

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

 a { background-color: rgb(128,199,72); }

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

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

 span { border-color: rgb(128,199,72); }

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