#71D555

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

Shades of Mantis #71D555

Tints of Mantis #71D555

Color information

#71D555 (or 0x71D555) is unknown color: approx Mantis. HEX triplet: 71, D5 and 55. RGB value is (113,213,85). Sum of RGB (Red+Green+Blue) = 113+213+85=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #71D555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D555 is #8E2AAA. Grayscale: #A8A8A8. Windows color (decimal): -9317035 or 5625201. OLE color: 5625201.

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

Color convert

RGB11321385-
CMYK0.4700.600.16
HSL106.88º60.38%58.43%-
HSV(B)106.88º60.09%83.53%-
XYZ32.2451.7616.88-
YUV168.5180.8788.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 213 (83.59% from 255) = 51.82%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=27.49%
G=51.82%
B=20.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal113213850.4700.600.16106.8860.3858.43
Hex71D5552F03C106b3c3a
Octal16132512557074201537472
Binary11100011101010110101011011110111100100001101011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,213,85); }

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

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

 a { background-color: rgb(113,213,85); }

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

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

 span { border-color: rgb(113,213,85); }

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