#71BC56

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

Shades of Mantis #71BC56

Tints of Mantis #71BC56

Color information

#71BC56 (or 0x71BC56) is unknown color: approx Mantis. HEX triplet: 71, BC and 56. RGB value is (113,188,86). Sum of RGB (Red+Green+Blue) = 113+188+86=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC56 is #8E43A9. Grayscale: #9A9A9A. Windows color (decimal): -9323434 or 5684337. OLE color: 5684337.

HSL color Cylindrical-coordinate representation of color #71BC56: hue angle of 104.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71BC56 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB11318886-
CMYK0.4000.540.26
HSL104.12º43.22%53.73%-
HSV(B)104.12º54.26%73.73%-
XYZ26.4740.1515.16-
YUV153.9589.6598.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 188 (73.83% from 255) = 48.58%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=29.20%
G=48.58%
B=22.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113188860.4000.540.26104.1243.2253.73
Hex71BC56280361A682b36
Octal16127412650066321505366
Binary11100011011110010101101010000110110110101101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71BC56; }

 p { color: rgb(113,188,86); }

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

<style>
 a { background-color: #71BC56; }

 a { background-color: rgb(113,188,86); }

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

<style>
 span { border-color: #71BC56; }

 span { border-color: rgb(113,188,86); }

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