#71DC47

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

Shades of Mantis #71DC47

Tints of Mantis #71DC47

Color information

#71DC47 (or 0x71DC47) is unknown color: approx Mantis. HEX triplet: 71, DC and 47. RGB value is (113,220,71). Sum of RGB (Red+Green+Blue) = 113+220+71=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC47 is #8E23B8. Grayscale: #ABABAB. Windows color (decimal): -9315257 or 4709489. OLE color: 4709489.

HSL color Cylindrical-coordinate representation of color #71DC47: hue angle of 103.09º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71DC47 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB11322071-
CMYK0.4900.680.14
HSL103.09º68.04%57.06%-
HSV(B)103.09º67.73%86.27%-
XYZ33.5455.1514.84-
YUV171.0271.5586.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 220 (86.33% from 255) = 54.46%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=27.97%
G=54.46%
B=17.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113220710.4900.680.14103.0968.0457.06
Hex71DC4731044E674439
Octal1613341076101041614710471
Binary111000111011100100011111000101000100111011001111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,220,71); }

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

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

 a { background-color: rgb(113,220,71); }

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

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

 span { border-color: rgb(113,220,71); }

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