#71CA54

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

Shades of Mantis #71CA54

Tints of Mantis #71CA54

Color information

#71CA54 (or 0x71CA54) is unknown color: approx Mantis. HEX triplet: 71, CA and 54. RGB value is (113,202,84). Sum of RGB (Red+Green+Blue) = 113+202+84=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA54 is #8E35AB. Grayscale: #A2A2A2. Windows color (decimal): -9319852 or 5556849. OLE color: 5556849.

HSL color Cylindrical-coordinate representation of color #71CA54: hue angle of 105.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71CA54 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB11320284-
CMYK0.4400.580.21
HSL105.25º52.68%56.08%-
HSV(B)105.25º58.42%79.22%-
XYZ29.5346.3915.79-
YUV161.9484.0193.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=28.32%
G=50.63%
B=21.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202840.4400.580.21105.2552.6856.08
Hex71CA542C03A15693538
Octal16131212454072251516570
Binary11100011100101010101001011000111010101011101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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