#71C550

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

Shades of Mantis #71C550

Tints of Mantis #71C550

Color information

#71C550 (or 0x71C550) is unknown color: approx Mantis. HEX triplet: 71, C5 and 50. RGB value is (113,197,80). Sum of RGB (Red+Green+Blue) = 113+197+80=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #71C550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C550 is #8E3AAF. Grayscale: #9E9E9E. Windows color (decimal): -9321136 or 5293425. OLE color: 5293425.

HSL color Cylindrical-coordinate representation of color #71C550: hue angle of 103.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71C550 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB11319780-
CMYK0.4300.590.23
HSL103.08º50.21%54.31%-
HSV(B)103.08º59.39%77.25%-
XYZ28.2244.0214.6-
YUV158.5583.6795.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 197 (77.34% from 255) = 50.51%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=28.97%
G=50.51%
B=20.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal113197800.4300.590.23103.0850.2154.31
Hex71C5502B03B17673236
Octal16130512053073271476266
Binary11100011100010110100001010110111011101111100111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,197,80); }

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

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

 a { background-color: rgb(113,197,80); }

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

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

 span { border-color: rgb(113,197,80); }

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