#81C351

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

Shades of Mantis #81C351

Tints of Mantis #81C351

Color information

#81C351 (or 0x81C351) is unknown color: approx Mantis. HEX triplet: 81, C3 and 51. RGB value is (129,195,81). Sum of RGB (Red+Green+Blue) = 129+195+81=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #81C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C351 is #7E3CAE. Grayscale: #A2A2A2. Windows color (decimal): -8273071 or 5358465. OLE color: 5358465.

HSL color Cylindrical-coordinate representation of color #81C351: hue angle of 94.74º degrees, saturation: 0.49, 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 #81C351 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB12919581-
CMYK0.3400.580.24
HSL94.74º48.72%54.12%-
HSV(B)94.74º58.46%76.47%-
XYZ30.0544.2914.75-
YUV162.2782.13104.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 81 (32.03% from 255) = 20%
R=31.85%
G=48.15%
B=20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129195810.3400.580.2494.7448.7254.12
Hex81C3512203A185f3136
Octal20130312142072301376166
Binary100000011100001110100011000100111010110001011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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