#81CA5D

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

Shades of Mantis #81CA5D

Tints of Mantis #81CA5D

Color information

#81CA5D (or 0x81CA5D) is unknown color: approx Mantis. HEX triplet: 81, CA and 5D. RGB value is (129,202,93). Sum of RGB (Red+Green+Blue) = 129+202+93=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA5D is #7E35A2. Grayscale: #A8A8A8. Windows color (decimal): -8271267 or 6146689. OLE color: 6146689.

HSL color Cylindrical-coordinate representation of color #81CA5D: hue angle of 100.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81CA5D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB12920293-
CMYK0.3600.540.21
HSL100.18º50.7%57.84%-
HSV(B)100.18º53.96%79.22%-
XYZ32.1547.717.87-
YUV167.7585.82100.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.42%
GREEN value IS 202 (79.30% from 255) = 47.64%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=30.42%
G=47.64%
B=21.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129202930.3600.540.21100.1850.757.84
Hex81CA5D240361564333a
Octal20131213544066251446372
Binary100000011100101010111011001000110110101011100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,202,93); }

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

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

 a { background-color: rgb(129,202,93); }

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

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

 span { border-color: rgb(129,202,93); }

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