#71C056

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

Shades of Mantis #71C056

Tints of Mantis #71C056

Color information

#71C056 (or 0x71C056) is unknown color: approx Mantis. HEX triplet: 71, C0 and 56. RGB value is (113,192,86). Sum of RGB (Red+Green+Blue) = 113+192+86=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #71C056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C056 is #8E3FA9. Grayscale: #9C9C9C. Windows color (decimal): -9322410 or 5685361. OLE color: 5685361.

HSL color Cylindrical-coordinate representation of color #71C056: hue angle of 104.72º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71C056 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB11319286-
CMYK0.4100.550.25
HSL104.72º45.69%54.51%-
HSV(B)104.72º55.21%75.29%-
XYZ27.3441.8815.45-
YUV156.2988.3397.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 192 (75.39% from 255) = 49.10%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=28.90%
G=49.10%
B=21.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113192860.4100.550.25104.7245.6954.51
Hex71C0562903719692e37
Octal16130012651067311515667
Binary11100011100000010101101010010110111110011101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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