#80BC45

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

Shades of Mantis #80BC45

Tints of Mantis #80BC45

Color information

#80BC45 (or 0x80BC45) is unknown color: approx Mantis. HEX triplet: 80, BC and 45. RGB value is (128,188,69). Sum of RGB (Red+Green+Blue) = 128+188+69=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC45 is #7F43BA. Grayscale: #9C9C9C. Windows color (decimal): -8340411 or 4570240. OLE color: 4570240.

HSL color Cylindrical-coordinate representation of color #80BC45: hue angle of 90.25º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80BC45 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB12818869-
CMYK0.3200.630.26
HSL90.25º47.04%50.39%-
HSV(B)90.25º63.3%73.73%-
XYZ27.9640.9912.07-
YUV156.4978.62107.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=33.25%
G=48.83%
B=17.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128188690.3200.630.2690.2547.0450.39
Hex80BC452003F1A5a2f32
Octal20027410540077321325762
Binary100000001011110010001011000000111111110101011010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,69); }

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

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

 a { background-color: rgb(128,188,69); }

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

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

 span { border-color: rgb(128,188,69); }

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