#71B25E

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

Shades of Mantis #71B25E

Tints of Mantis #71B25E

Color information

#71B25E (or 0x71B25E) is unknown color: approx Mantis. HEX triplet: 71, B2 and 5E. RGB value is (113,178,94). Sum of RGB (Red+Green+Blue) = 113+178+94=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #71B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B25E is #8E4DA1. Grayscale: #959595. Windows color (decimal): -9325986 or 6206065. OLE color: 6206065.

HSL color Cylindrical-coordinate representation of color #71B25E: hue angle of 106.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71B25E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB11317894-
CMYK0.3700.470.30
HSL106.43º35.29%53.33%-
HSV(B)106.43º47.19%69.8%-
XYZ24.7536.1616.26-
YUV148.9996.97102.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=29.35%
G=46.23%
B=24.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113178940.3700.470.30106.4335.2953.33
Hex71B25E2502F1E6a2335
Octal16126213645057361524365
Binary11100011011001010111101001010101111111101101010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,178,94); }

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

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

 a { background-color: rgb(113,178,94); }

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

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

 span { border-color: rgb(113,178,94); }

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