#71C652

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

Shades of Mantis #71C652

Tints of Mantis #71C652

Color information

#71C652 (or 0x71C652) is unknown color: approx Mantis. HEX triplet: 71, C6 and 52. RGB value is (113,198,82). Sum of RGB (Red+Green+Blue) = 113+198+82=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #71C652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C652 is #8E39AD. Grayscale: #9F9F9F. Windows color (decimal): -9320878 or 5424753. OLE color: 5424753.

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

Color convert

RGB11319882-
CMYK0.4300.590.22
HSL103.97º50.43%54.9%-
HSV(B)103.97º58.59%77.65%-
XYZ28.5344.5115.07-
YUV159.3684.3494.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 198 (77.73% from 255) = 50.38%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=28.75%
G=50.38%
B=20.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113198820.4300.590.22103.9750.4354.9
Hex71C6522B03B16683237
Octal16130612253073261506267
Binary11100011100011010100101010110111011101101101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,198,82); }

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

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

 a { background-color: rgb(113,198,82); }

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

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

 span { border-color: rgb(113,198,82); }

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