#81CA71

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

Shades of Mantis #81CA71

Tints of Mantis #81CA71

Color information

#81CA71 (or 0x81CA71) is unknown color: approx Mantis. HEX triplet: 81, CA and 71. RGB value is (129,202,113). Sum of RGB (Red+Green+Blue) = 129+202+113=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA71 is #7E358E. Grayscale: #AAAAAA. Windows color (decimal): -8271247 or 7457409. OLE color: 7457409.

HSL color Cylindrical-coordinate representation of color #81CA71: hue angle of 109.21º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81CA71 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB129202113-
CMYK0.3600.440.21
HSL109.21º45.64%61.76%-
HSV(B)109.21º44.06%79.22%-
XYZ33.1548.123.16-
YUV170.0395.8298.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=29.05%
G=45.50%
B=25.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021130.3600.440.21109.2145.6461.76
Hex81CA712402C156d2e3e
Octal20131216144054251555676
Binary100000011100101011100011001000101100101011101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81CA71; }

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

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

<style>
 a { background-color: #81CA71; }

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

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

<style>
 span { border-color: #81CA71; }

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

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