#71D349

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

Shades of Mantis #71D349

Tints of Mantis #71D349

Color information

#71D349 (or 0x71D349) is unknown color: approx Mantis. HEX triplet: 71, D3 and 49. RGB value is (113,211,73). Sum of RGB (Red+Green+Blue) = 113+211+73=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #71D349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D349 is #8E2CB6. Grayscale: #A6A6A6. Windows color (decimal): -9317559 or 4838257. OLE color: 4838257.

HSL color Cylindrical-coordinate representation of color #71D349: hue angle of 102.61º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71D349 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB11321173-
CMYK0.4600.650.17
HSL102.61º61.06%55.69%-
HSV(B)102.61º65.4%82.75%-
XYZ31.3150.5814.42-
YUV165.9775.5390.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 211 (82.81% from 255) = 53.15%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=28.46%
G=53.15%
B=18.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113211730.4600.650.17102.6161.0655.69
Hex71D3492E04111673d38
Octal161323111560101211477570
Binary111000111010011100100110111001000001100011100111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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