#81C14D

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

Shades of Mantis #81C14D

Tints of Mantis #81C14D

Color information

#81C14D (or 0x81C14D) is unknown color: approx Mantis. HEX triplet: 81, C1 and 4D. RGB value is (129,193,77). Sum of RGB (Red+Green+Blue) = 129+193+77=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #81C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C14D is #7E3EB2. Grayscale: #A1A1A1. Windows color (decimal): -8273587 or 5095809. OLE color: 5095809.

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

Color convert

RGB12919377-
CMYK0.3300.600.24
HSL93.1º48.33%52.94%-
HSV(B)93.1º60.1%75.69%-
XYZ29.4643.3413.83-
YUV160.6480.8105.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=32.33%
G=48.37%
B=19.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129193770.3300.600.2493.148.3352.94
Hex81C14D2103C185d3035
Octal20130111541074301356065
Binary100000011100000110011011000010111100110001011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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