#81C740

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

Shades of Mantis #81C740

Tints of Mantis #81C740

Color information

#81C740 (or 0x81C740) is unknown color: approx Mantis. HEX triplet: 81, C7 and 40. RGB value is (129,199,64). Sum of RGB (Red+Green+Blue) = 129+199+64=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #81C740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C740 is #7E38BF. Grayscale: #A3A3A3. Windows color (decimal): -8272064 or 4245377. OLE color: 4245377.

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

Color convert

RGB12919964-
CMYK0.3500.680.22
HSL91.11º54.66%51.57%-
HSV(B)91.11º67.84%78.04%-
XYZ30.445.8812.1-
YUV162.6872.31103.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 199 (78.12% from 255) = 50.77%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=32.91%
G=50.77%
B=16.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129199640.3500.680.2291.1154.6651.57
Hex81C74023044165b3734
Octal201307100430104261336764
Binary1000000111000111100000010001101000100101101011011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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