#71B565

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

Shades of Mantis #71B565

Tints of Mantis #71B565

Color information

#71B565 (or 0x71B565) is unknown color: approx Mantis. HEX triplet: 71, B5 and 65. RGB value is (113,181,101). Sum of RGB (Red+Green+Blue) = 113+181+101=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #71B565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B565 is #8E4A9A. Grayscale: #979797. Windows color (decimal): -9325211 or 6665585. OLE color: 6665585.

HSL color Cylindrical-coordinate representation of color #71B565: hue angle of 111º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71B565 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB113181101-
CMYK0.3800.440.29
HSL111º35.09%55.29%-
HSV(B)111º44.2%70.98%-
XYZ25.6837.518.2-
YUV151.5599.47100.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 181 (71.09% from 255) = 45.82%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=28.61%
G=45.82%
B=25.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131811010.3800.440.2911135.0955.29
Hex71B5652602C1D6f2337
Octal16126514546054351574367
Binary11100011011010111001011001100101100111011101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,181,101); }

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

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

 a { background-color: rgb(113,181,101); }

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

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

 span { border-color: rgb(113,181,101); }

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