#81B25C

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

Shades of Mantis #81B25C

Tints of Mantis #81B25C

Color information

#81B25C (or 0x81B25C) is unknown color: approx Mantis. HEX triplet: 81, B2 and 5C. RGB value is (129,178,92). Sum of RGB (Red+Green+Blue) = 129+178+92=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #81B25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B25C is #7E4DA3. Grayscale: #999999. Windows color (decimal): -8277412 or 6075009. OLE color: 6075009.

HSL color Cylindrical-coordinate representation of color #81B25C: hue angle of 94.19º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81B25C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB12917892-
CMYK0.2800.480.30
HSL94.19º35.83%52.94%-
HSV(B)94.19º48.31%69.8%-
XYZ26.9137.2815.9-
YUV153.5493.27110.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=32.33%
G=44.61%
B=23.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129178920.2800.480.3094.1935.8352.94
Hex81B25C1C0301E5e2435
Octal20126213434060361364465
Binary10000001101100101011100111000110000111101011110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,178,92); }

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

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

 a { background-color: rgb(129,178,92); }

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

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

 span { border-color: rgb(129,178,92); }

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