#71B961

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

Shades of Mantis #71B961

Tints of Mantis #71B961

Color information

#71B961 (or 0x71B961) is unknown color: approx Mantis. HEX triplet: 71, B9 and 61. RGB value is (113,185,97). Sum of RGB (Red+Green+Blue) = 113+185+97=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #71B961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B961 is #8E469E. Grayscale: #999999. Windows color (decimal): -9324191 or 6404465. OLE color: 6404465.

HSL color Cylindrical-coordinate representation of color #71B961: hue angle of 109.09º 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 #71B961 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB11318597-
CMYK0.3900.480.27
HSL109.09º38.6%55.29%-
HSV(B)109.09º47.57%72.55%-
XYZ26.3239.0717.46-
YUV153.4496.1599.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=28.61%
G=46.84%
B=24.56%

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
Decimal113185970.3900.480.27109.0938.655.29
Hex71B961270301B6d2737
Octal16127114147060331554767
Binary11100011011100111000011001110110000110111101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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