#81C051

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

Shades of Mantis #81C051

Tints of Mantis #81C051

Color information

#81C051 (or 0x81C051) is unknown color: approx Mantis. HEX triplet: 81, C0 and 51. RGB value is (129,192,81). Sum of RGB (Red+Green+Blue) = 129+192+81=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #81C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C051 is #7E3FAE. Grayscale: #A0A0A0. Windows color (decimal): -8273839 or 5357697. OLE color: 5357697.

HSL color Cylindrical-coordinate representation of color #81C051: hue angle of 94.05º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81C051 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB12919281-
CMYK0.3300.580.25
HSL94.05º46.84%53.53%-
HSV(B)94.05º57.81%75.29%-
XYZ29.3942.9614.53-
YUV160.5183.13105.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 192 (75.39% from 255) = 47.76%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=32.09%
G=47.76%
B=20.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129192810.3300.580.2594.0546.8453.53
Hex81C0512103A195e2f36
Octal20130012141072311365766
Binary100000011100000010100011000010111010110011011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,192,81); }

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

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

 a { background-color: rgb(129,192,81); }

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

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

 span { border-color: rgb(129,192,81); }

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