#71BB64

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

Shades of Mantis #71BB64

Tints of Mantis #71BB64

Color information

#71BB64 (or 0x71BB64) is unknown color: approx Mantis. HEX triplet: 71, BB and 64. RGB value is (113,187,100). Sum of RGB (Red+Green+Blue) = 113+187+100=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB64 is #8E449B. Grayscale: #9B9B9B. Windows color (decimal): -9323676 or 6601585. OLE color: 6601585.

HSL color Cylindrical-coordinate representation of color #71BB64: hue angle of 111.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71BB64 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB113187100-
CMYK0.4000.470.27
HSL111.03º39.01%56.27%-
HSV(B)111.03º46.52%73.33%-
XYZ26.8839.9718.36-
YUV154.9696.9898.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 100 (39.45% from 255) = 25%
R=28.25%
G=46.75%
B=25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131871000.4000.470.27111.0339.0156.27
Hex71BB642802F1B6f2738
Octal16127314450057331574770
Binary11100011011101111001001010000101111110111101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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