#71D260

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

Shades of Mantis #71D260

Tints of Mantis #71D260

Color information

#71D260 (or 0x71D260) is unknown color: approx Mantis. HEX triplet: 71, D2 and 60. RGB value is (113,210,96). Sum of RGB (Red+Green+Blue) = 113+210+96=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #71D260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D260 is #8E2D9F. Grayscale: #A8A8A8. Windows color (decimal): -9317792 or 6345329. OLE color: 6345329.

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

Color convert

RGB11321096-
CMYK0.4600.540.18
HSL111.05º55.88%60%-
HSV(B)111.05º54.29%82.35%-
XYZ31.9750.4519.12-
YUV16887.3688.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 210 (82.42% from 255) = 50.12%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=26.97%
G=50.12%
B=22.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113210960.4600.540.18111.0555.8860
Hex71D2602E036126f383c
Octal16132214056066221577074
Binary11100011101001011000001011100110110100101101111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,210,96); }

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

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

 a { background-color: rgb(113,210,96); }

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

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

 span { border-color: rgb(113,210,96); }

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