#71C651

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

Shades of Mantis #71C651

Tints of Mantis #71C651

Color information

#71C651 (or 0x71C651) is unknown color: approx Mantis. HEX triplet: 71, C6 and 51. RGB value is (113,198,81). Sum of RGB (Red+Green+Blue) = 113+198+81=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #71C651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C651 is #8E39AE. Grayscale: #9F9F9F. Windows color (decimal): -9320879 or 5359217. OLE color: 5359217.

HSL color Cylindrical-coordinate representation of color #71C651: hue angle of 103.59º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71C651 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB11319881-
CMYK0.4300.590.22
HSL103.59º50.65%54.71%-
HSV(B)103.59º59.09%77.65%-
XYZ28.4944.4914.87-
YUV159.2583.8495.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 198 (77.73% from 255) = 50.51%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=28.83%
G=50.51%
B=20.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113198810.4300.590.22103.5950.6554.71
Hex71C6512B03B16683337
Octal16130612153073261506367
Binary11100011100011010100011010110111011101101101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,198,81); }

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

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

 a { background-color: rgb(113,198,81); }

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

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

 span { border-color: rgb(113,198,81); }

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