#71BA61

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

Shades of Mantis #71BA61

Tints of Mantis #71BA61

Color information

#71BA61 (or 0x71BA61) is unknown color: approx Mantis. HEX triplet: 71, BA and 61. RGB value is (113,186,97). Sum of RGB (Red+Green+Blue) = 113+186+97=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA61 is #8E459E. Grayscale: #9A9A9A. Windows color (decimal): -9323935 or 6404721. OLE color: 6404721.

HSL color Cylindrical-coordinate representation of color #71BA61: hue angle of 109.21º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71BA61 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB11318697-
CMYK0.3900.480.27
HSL109.21º39.21%55.49%-
HSV(B)109.21º47.85%72.94%-
XYZ26.5339.4917.53-
YUV154.0395.8298.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=28.54%
G=46.97%
B=24.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113186970.3900.480.27109.2139.2155.49
Hex71BA61270301B6d2737
Octal16127214147060331554767
Binary11100011011101011000011001110110000110111101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,186,97); }

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

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

 a { background-color: rgb(113,186,97); }

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

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

 span { border-color: rgb(113,186,97); }

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