#81C261

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

Shades of Mantis #81C261

Tints of Mantis #81C261

Color information

#81C261 (or 0x81C261) is unknown color: approx Mantis. HEX triplet: 81, C2 and 61. RGB value is (129,194,97). Sum of RGB (Red+Green+Blue) = 129+194+97=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #81C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C261 is #7E3D9E. Grayscale: #A3A3A3. Windows color (decimal): -8273311 or 6406785. OLE color: 6406785.

HSL color Cylindrical-coordinate representation of color #81C261: hue angle of 100.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81C261 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB12919497-
CMYK0.3400.500.24
HSL100.21º44.29%57.06%-
HSV(B)100.21º50%76.08%-
XYZ30.544.1118.22-
YUV163.5190.47103.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 194 (76.17% from 255) = 46.19%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=30.71%
G=46.19%
B=23.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129194970.3400.500.24100.2144.2957.06
Hex81C2612203218642c39
Octal20130214142062301445471
Binary100000011100001011000011000100110010110001100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,194,97); }

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

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

 a { background-color: rgb(129,194,97); }

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

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

 span { border-color: rgb(129,194,97); }

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