#81C151

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

Shades of Mantis #81C151

Tints of Mantis #81C151

Color information

#81C151 (or 0x81C151) is unknown color: approx Mantis. HEX triplet: 81, C1 and 51. RGB value is (129,193,81). Sum of RGB (Red+Green+Blue) = 129+193+81=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #81C151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C151 is #7E3EAE. Grayscale: #A1A1A1. Windows color (decimal): -8273583 or 5357953. OLE color: 5357953.

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

Color convert

RGB12919381-
CMYK0.3300.580.24
HSL94.29º47.46%53.73%-
HSV(B)94.29º58.03%75.69%-
XYZ29.6143.414.6-
YUV161.182.8105.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 193 (75.78% from 255) = 47.89%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=32.01%
G=47.89%
B=20.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129193810.3300.580.2494.2947.4653.73
Hex81C1512103A185e2f36
Octal20130112141072301365766
Binary100000011100000110100011000010111010110001011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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