#81C357

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

Shades of Mantis #81C357

Tints of Mantis #81C357

Color information

#81C357 (or 0x81C357) is unknown color: approx Mantis. HEX triplet: 81, C3 and 57. RGB value is (129,195,87). Sum of RGB (Red+Green+Blue) = 129+195+87=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #81C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C357 is #7E3CA8. Grayscale: #A3A3A3. Windows color (decimal): -8273065 or 5751681. OLE color: 5751681.

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

Color convert

RGB12919587-
CMYK0.3400.550.24
HSL96.67º47.37%55.29%-
HSV(B)96.67º55.38%76.47%-
XYZ30.2944.3915.99-
YUV162.9585.13103.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 195 (76.56% from 255) = 47.45%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=31.39%
G=47.45%
B=21.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129195870.3400.550.2496.6747.3755.29
Hex81C3572203718612f37
Octal20130312742067301415767
Binary100000011100001110101111000100110111110001100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,195,87); }

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

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

 a { background-color: rgb(129,195,87); }

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

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

 span { border-color: rgb(129,195,87); }

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