#71DA52

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

Shades of Mantis #71DA52

Tints of Mantis #71DA52

Color information

#71DA52 (or 0x71DA52) is unknown color: approx Mantis. HEX triplet: 71, DA and 52. RGB value is (113,218,82). Sum of RGB (Red+Green+Blue) = 113+218+82=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DA52 is #8E25AD. Grayscale: #ABABAB. Windows color (decimal): -9315758 or 5429873. OLE color: 5429873.

HSL color Cylindrical-coordinate representation of color #71DA52: hue angle of 106.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71DA52 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB11321882-
CMYK0.4800.620.15
HSL106.32º64.76%58.82%-
HSV(B)106.32º62.39%85.49%-
XYZ33.454.2616.7-
YUV171.177.7186.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 218 (85.55% from 255) = 52.78%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=27.36%
G=52.78%
B=19.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113218820.4800.620.15106.3264.7658.82
Hex71DA523003EF6a413b
Octal161332122600761715210173
Binary11100011101101010100101100000111110111111010101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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