#71C362

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

Shades of Mantis #71C362

Tints of Mantis #71C362

Color information

#71C362 (or 0x71C362) is unknown color: approx Mantis. HEX triplet: 71, C3 and 62. RGB value is (113,195,98). Sum of RGB (Red+Green+Blue) = 113+195+98=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #71C362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C362 is #8E3C9D. Grayscale: #9F9F9F. Windows color (decimal): -9321630 or 6472561. OLE color: 6472561.

HSL color Cylindrical-coordinate representation of color #71C362: hue angle of 110.72º 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 #71C362 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB11319598-
CMYK0.4200.500.24
HSL110.72º44.7%57.45%-
HSV(B)110.72º49.74%76.47%-
XYZ28.5343.4218.43-
YUV159.4293.3394.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=27.83%
G=48.03%
B=24.14%

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
Decimal113195980.4200.500.24110.7244.757.45
Hex71C3622A032186f2d39
Octal16130314252062301575571
Binary11100011100001111000101010100110010110001101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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