#71BB5E

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

Shades of Mantis #71BB5E

Tints of Mantis #71BB5E

Color information

#71BB5E (or 0x71BB5E) is unknown color: approx Mantis. HEX triplet: 71, BB and 5E. RGB value is (113,187,94). Sum of RGB (Red+Green+Blue) = 113+187+94=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB5E is #8E44A1. Grayscale: #9A9A9A. Windows color (decimal): -9323682 or 6208369. OLE color: 6208369.

HSL color Cylindrical-coordinate representation of color #71BB5E: hue angle of 107.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71BB5E is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB11318794-
CMYK0.4000.500.27
HSL107.74º40.61%55.1%-
HSV(B)107.74º49.73%73.33%-
XYZ26.639.8616.88-
YUV154.2793.9898.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=28.68%
G=47.46%
B=23.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113187940.4000.500.27107.7440.6155.1
Hex71BB5E280321B6c2937
Octal16127313650062331545167
Binary11100011011101110111101010000110010110111101100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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