#71CD47

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

Shades of Mantis #71CD47

Tints of Mantis #71CD47

Color information

#71CD47 (or 0x71CD47) is unknown color: approx Mantis. HEX triplet: 71, CD and 47. RGB value is (113,205,71). Sum of RGB (Red+Green+Blue) = 113+205+71=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CD47 is #8E32B8. Grayscale: #A2A2A2. Windows color (decimal): -9319097 or 4705649. OLE color: 4705649.

HSL color Cylindrical-coordinate representation of color #71CD47: hue angle of 101.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71CD47 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB11320571-
CMYK0.4500.650.20
HSL101.19º57.26%54.12%-
HSV(B)101.19º65.37%80.39%-
XYZ29.7847.6313.58-
YUV162.2276.5292.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 205 (80.47% from 255) = 52.70%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=29.05%
G=52.70%
B=18.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113205710.4500.650.20101.1957.2654.12
Hex71CD472D04114653936
Octal161315107550101241457166
Binary111000111001101100011110110101000001101001100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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