#71bd54

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

Shades of Mantis #71BD54

Tints of Mantis #71BD54

Color information

#71BD54 (or 0x71BD54) is unknown color: approx Mantis. HEX triplet: 71, BD and 54. RGB value is (113,189,84). Sum of RGB (Red+Green+Blue) = 113+189+84=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD54 is #8E42AB. Grayscale: #9A9A9A. Windows color (decimal): -9323180 or 5553521. OLE color: 5553521.

HSL color Cylindrical-coordinate representation of color #71BD54: hue angle of 103.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71BD54 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB11318984-
CMYK0.4000.560.26
HSL103.43º44.3%53.53%-
HSV(B)103.43º55.56%74.12%-
XYZ26.6140.5514.81-
YUV154.3188.3298.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 189 (74.22% from 255) = 48.96%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=29.27%
G=48.96%
B=21.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113189840.4000.560.26103.4344.353.53
Hex71BD54280381A672c36
Octal16127512450070321475466
Binary11100011011110110101001010000111000110101100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71bd54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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