#81C541

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

Shades of Mantis #81C541

Tints of Mantis #81C541

Color information

#81C541 (or 0x81C541) is unknown color: approx Mantis. HEX triplet: 81, C5 and 41. RGB value is (129,197,65). Sum of RGB (Red+Green+Blue) = 129+197+65=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #81C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C541 is #7E3ABE. Grayscale: #A2A2A2. Windows color (decimal): -8272575 or 4310401. OLE color: 4310401.

HSL color Cylindrical-coordinate representation of color #81C541: hue angle of 90.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81C541 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB12919765-
CMYK0.3500.670.23
HSL90.91º53.23%51.37%-
HSV(B)90.91º67.01%77.25%-
XYZ29.9744.9812.1-
YUV161.6273.47104.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 197 (77.34% from 255) = 50.38%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=32.99%
G=50.38%
B=16.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129197650.3500.670.2390.9153.2351.37
Hex81C54123043175b3533
Octal201305101430103271336563
Binary1000000111000101100000110001101000011101111011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,197,65); }

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

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

 a { background-color: rgb(129,197,65); }

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

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

 span { border-color: rgb(129,197,65); }

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