#71B65B

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

Shades of Mantis #71B65B

Tints of Mantis #71B65B

Color information

#71B65B (or 0x71B65B) is unknown color: approx Mantis. HEX triplet: 71, B6 and 5B. RGB value is (113,182,91). Sum of RGB (Red+Green+Blue) = 113+182+91=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #71B65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B65B is #8E49A4. Grayscale: #979797. Windows color (decimal): -9324965 or 6010481. OLE color: 6010481.

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

Color convert

RGB11318291-
CMYK0.3800.50.29
HSL105.49º38.4%53.53%-
HSV(B)105.49º50%71.37%-
XYZ25.4337.7215.84-
YUV150.9994.14100.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 182 (71.48% from 255) = 47.15%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=29.27%
G=47.15%
B=23.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113182910.3800.50.29105.4938.453.53
Hex71B65B260321D692636
Octal16126613346062351514666
Binary11100011011011010110111001100110010111011101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,182,91); }

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

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

 a { background-color: rgb(113,182,91); }

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

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

 span { border-color: rgb(113,182,91); }

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