#80BA4B

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

Shades of Mantis #80BA4B

Tints of Mantis #80BA4B

Color information

#80BA4B (or 0x80BA4B) is unknown color: approx Mantis. HEX triplet: 80, BA and 4B. RGB value is (128,186,75). Sum of RGB (Red+Green+Blue) = 128+186+75=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA4B is #7F45B4. Grayscale: #9C9C9C. Windows color (decimal): -8340917 or 4962944. OLE color: 4962944.

HSL color Cylindrical-coordinate representation of color #80BA4B: hue angle of 91.35º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80BA4B is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB12818675-
CMYK0.3100.600.27
HSL91.35º44.58%51.18%-
HSV(B)91.35º59.68%72.94%-
XYZ27.7340.2212.96-
YUV15682.28108.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 186 (73.05% from 255) = 47.81%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=32.90%
G=47.81%
B=19.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128186750.3100.600.2791.3544.5851.18
Hex80BA4B1F03C1B5b2d33
Octal20027211337074331335563
Binary10000000101110101001011111110111100110111011011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,75); }

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

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

 a { background-color: rgb(128,186,75); }

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

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

 span { border-color: rgb(128,186,75); }

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