#71BE64

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

Shades of Mantis #71BE64

Tints of Mantis #71BE64

Color information

#71BE64 (or 0x71BE64) is unknown color: approx Mantis. HEX triplet: 71, BE and 64. RGB value is (113,190,100). Sum of RGB (Red+Green+Blue) = 113+190+100=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BE64 is #8E419B. Grayscale: #9D9D9D. Windows color (decimal): -9322908 or 6602353. OLE color: 6602353.

HSL color Cylindrical-coordinate representation of color #71BE64: hue angle of 111.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71BE64 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB113190100-
CMYK0.4100.470.25
HSL111.33º40.91%56.86%-
HSV(B)111.33º47.37%74.51%-
XYZ27.5241.2618.57-
YUV156.7295.9996.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=28.04%
G=47.15%
B=24.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901000.4100.470.25111.3340.9156.86
Hex71BE642902F196f2939
Octal16127614451057311575171
Binary11100011011111011001001010010101111110011101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,100); }

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

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

 a { background-color: rgb(113,190,100); }

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

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

 span { border-color: rgb(113,190,100); }

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