#71D049

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

Shades of Mantis #71D049

Tints of Mantis #71D049

Color information

#71D049 (or 0x71D049) is unknown color: approx Mantis. HEX triplet: 71, D0 and 49. RGB value is (113,208,73). Sum of RGB (Red+Green+Blue) = 113+208+73=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #71D049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D049 is #8E2FB6. Grayscale: #A4A4A4. Windows color (decimal): -9318327 or 4837489. OLE color: 4837489.

HSL color Cylindrical-coordinate representation of color #71D049: hue angle of 102.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71D049 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB11320873-
CMYK0.4600.650.18
HSL102.22º58.95%55.1%-
HSV(B)102.22º64.9%81.57%-
XYZ30.5749.114.17-
YUV164.276.5391.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 208 (81.64% from 255) = 52.79%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=28.68%
G=52.79%
B=18.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113208730.4600.650.18102.2258.9555.1
Hex71D0492E04112663b37
Octal161320111560101221467367
Binary111000111010000100100110111001000001100101100110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,208,73); }

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

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

 a { background-color: rgb(113,208,73); }

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

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

 span { border-color: rgb(113,208,73); }

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