#71B35B

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

Shades of Mantis #71B35B

Tints of Mantis #71B35B

Color information

#71B35B (or 0x71B35B) is unknown color: approx Mantis. HEX triplet: 71, B3 and 5B. RGB value is (113,179,91). Sum of RGB (Red+Green+Blue) = 113+179+91=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #71B35B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B35B is #8E4CA4. Grayscale: #959595. Windows color (decimal): -9325733 or 6009713. OLE color: 6009713.

HSL color Cylindrical-coordinate representation of color #71B35B: hue angle of 105º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71B35B is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB11317991-
CMYK0.3700.490.30
HSL105º36.67%52.94%-
HSV(B)105º49.16%70.2%-
XYZ24.8236.5115.64-
YUV149.2395.13102.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=29.50%
G=46.74%
B=23.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113179910.3700.490.3010536.6752.94
Hex71B35B250311E692535
Octal16126313345061361514565
Binary11100011011001110110111001010110001111101101001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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