#71BB54

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

Shades of Mantis #71BB54

Tints of Mantis #71BB54

Color information

#71BB54 (or 0x71BB54) is unknown color: approx Mantis. HEX triplet: 71, BB and 54. RGB value is (113,187,84). Sum of RGB (Red+Green+Blue) = 113+187+84=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB54 is #8E44AB. Grayscale: #999999. Windows color (decimal): -9323692 or 5553009. OLE color: 5553009.

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

Color convert

RGB11318784-
CMYK0.4000.550.27
HSL103.11º43.1%53.14%-
HSV(B)103.11º55.08%73.33%-
XYZ26.1839.6914.67-
YUV153.1388.9899.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 187 (73.44% from 255) = 48.70%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=29.43%
G=48.70%
B=21.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113187840.4000.550.27103.1143.153.14
Hex71BB54280371B672b35
Octal16127312450067331475365
Binary11100011011101110101001010000110111110111100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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