#71B75C

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

Shades of Mantis #71B75C

Tints of Mantis #71B75C

Color information

#71B75C (or 0x71B75C) is unknown color: approx Mantis. HEX triplet: 71, B7 and 5C. RGB value is (113,183,92). Sum of RGB (Red+Green+Blue) = 113+183+92=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #71B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B75C is #8E48A3. Grayscale: #979797. Windows color (decimal): -9324708 or 6076273. OLE color: 6076273.

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

Color convert

RGB11318392-
CMYK0.3800.500.28
HSL106.15º38.72%53.92%-
HSV(B)106.15º49.73%71.76%-
XYZ25.6838.1516.14-
YUV151.794.31100.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 183 (71.88% from 255) = 47.16%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=29.12%
G=47.16%
B=23.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113183920.3800.500.28106.1538.7253.92
Hex71B75C260321C6a2736
Octal16126713446062341524766
Binary11100011011011110111001001100110010111001101010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,92); }

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

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

 a { background-color: rgb(113,183,92); }

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

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

 span { border-color: rgb(113,183,92); }

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