#71C361

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

Shades of Mantis #71C361

Tints of Mantis #71C361

Color information

#71C361 (or 0x71C361) is unknown color: approx Mantis. HEX triplet: 71, C3 and 61. RGB value is (113,195,97). Sum of RGB (Red+Green+Blue) = 113+195+97=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #71C361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C361 is #8E3C9E. Grayscale: #9F9F9F. Windows color (decimal): -9321631 or 6407025. OLE color: 6407025.

HSL color Cylindrical-coordinate representation of color #71C361: hue angle of 110.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71C361 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB11319597-
CMYK0.4200.500.24
HSL110.2º44.95%57.25%-
HSV(B)110.2º50.26%76.47%-
XYZ28.4843.418.19-
YUV159.3192.8394.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=27.90%
G=48.15%
B=23.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113195970.4200.500.24110.244.9557.25
Hex71C3612A032186e2d39
Octal16130314152062301565571
Binary11100011100001111000011010100110010110001101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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