#81C771

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

Shades of Mantis #81C771

Tints of Mantis #81C771

Color information

#81C771 (or 0x81C771) is unknown color: approx Mantis. HEX triplet: 81, C7 and 71. RGB value is (129,199,113). Sum of RGB (Red+Green+Blue) = 129+199+113=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #81C771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C771 is #7E388E. Grayscale: #A8A8A8. Windows color (decimal): -8272015 or 7456641. OLE color: 7456641.

HSL color Cylindrical-coordinate representation of color #81C771: hue angle of 108.84º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81C771 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB129199113-
CMYK0.3500.430.22
HSL108.84º43.43%61.18%-
HSV(B)108.84º43.22%78.04%-
XYZ32.4646.7122.93-
YUV168.2796.8199.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.25%
GREEN value IS 199 (78.12% from 255) = 45.12%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=29.25%
G=45.12%
B=25.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291991130.3500.430.22108.8443.4361.18
Hex81C7712302B166d2b3d
Octal20130716143053261555375
Binary100000011100011111100011000110101011101101101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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