#71BD61

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

Shades of Mantis #71BD61

Tints of Mantis #71BD61

Color information

#71BD61 (or 0x71BD61) is unknown color: approx Mantis. HEX triplet: 71, BD and 61. RGB value is (113,189,97). Sum of RGB (Red+Green+Blue) = 113+189+97=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD61 is #8E429E. Grayscale: #9C9C9C. Windows color (decimal): -9323167 or 6405489. OLE color: 6405489.

HSL color Cylindrical-coordinate representation of color #71BD61: hue angle of 109.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71BD61 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB11318997-
CMYK0.4000.490.26
HSL109.57º41.07%56.08%-
HSV(B)109.57º48.68%74.12%-
XYZ27.1740.7717.75-
YUV155.7994.8297.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=28.32%
G=47.37%
B=24.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113189970.4000.490.26109.5741.0756.08
Hex71BD61280311A6e2938
Octal16127514150061321565170
Binary11100011011110111000011010000110001110101101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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