#71D75C

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

Shades of Mantis #71D75C

Tints of Mantis #71D75C

Color information

#71D75C (or 0x71D75C) is unknown color: approx Mantis. HEX triplet: 71, D7 and 5C. RGB value is (113,215,92). Sum of RGB (Red+Green+Blue) = 113+215+92=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #71D75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D75C is #8E28A3. Grayscale: #AAAAAA. Windows color (decimal): -9316516 or 6084465. OLE color: 6084465.

HSL color Cylindrical-coordinate representation of color #71D75C: hue angle of 109.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71D75C is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB11321592-
CMYK0.4700.570.16
HSL109.76º60.59%60.2%-
HSV(B)109.76º57.21%84.31%-
XYZ33.0452.8818.59-
YUV170.4883.7187-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 215 (84.38% from 255) = 51.19%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=26.90%
G=51.19%
B=21.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal113215920.4700.570.16109.7660.5960.2
Hex71D75C2F039106e3d3c
Octal16132713457071201567574
Binary11100011101011110111001011110111001100001101110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,215,92); }

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

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

 a { background-color: rgb(113,215,92); }

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

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

 span { border-color: rgb(113,215,92); }

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