#71DC54

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

Shades of Mantis #71DC54

Tints of Mantis #71DC54

Color information

#71DC54 (or 0x71DC54) is unknown color: approx Mantis. HEX triplet: 71, DC and 54. RGB value is (113,220,84). Sum of RGB (Red+Green+Blue) = 113+220+84=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC54 is #8E23AB. Grayscale: #ACACAC. Windows color (decimal): -9315244 or 5561457. OLE color: 5561457.

HSL color Cylindrical-coordinate representation of color #71DC54: hue angle of 107.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71DC54 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB11322084-
CMYK0.4900.620.14
HSL107.21º66.02%59.61%-
HSV(B)107.21º61.82%86.27%-
XYZ3455.3417.28-
YUV172.578.0585.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 220 (86.33% from 255) = 52.76%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=27.10%
G=52.76%
B=20.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113220840.4900.620.14107.2166.0259.61
Hex71DC543103EE6b423c
Octal161334124610761615310274
Binary11100011101110010101001100010111110111011010111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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