#81C14F

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

Shades of Mantis #81C14F

Tints of Mantis #81C14F

Color information

#81C14F (or 0x81C14F) is unknown color: approx Mantis. HEX triplet: 81, C1 and 4F. RGB value is (129,193,79). Sum of RGB (Red+Green+Blue) = 129+193+79=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #81C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C14F is #7E3EB0. Grayscale: #A1A1A1. Windows color (decimal): -8273585 or 5226881. OLE color: 5226881.

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

Color convert

RGB12919379-
CMYK0.3300.590.24
HSL93.68º47.9%53.33%-
HSV(B)93.68º59.07%75.69%-
XYZ29.5343.3714.21-
YUV160.8781.8105.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=32.17%
G=48.13%
B=19.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129193790.3300.590.2493.6847.953.33
Hex81C14F2103B185e3035
Octal20130111741073301366065
Binary100000011100000110011111000010111011110001011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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