#81D85C

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

Shades of Mantis #81D85C

Tints of Mantis #81D85C

Color information

#81D85C (or 0x81D85C) is unknown color: approx Mantis. HEX triplet: 81, D8 and 5C. RGB value is (129,216,92). Sum of RGB (Red+Green+Blue) = 129+216+92=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #81D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D85C is #7E27A3. Grayscale: #B0B0B0. Windows color (decimal): -8267684 or 6084737. OLE color: 6084737.

HSL color Cylindrical-coordinate representation of color #81D85C: hue angle of 102.1º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81D85C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB12921692-
CMYK0.4000.570.15
HSL102.1º61.39%60.39%-
HSV(B)102.1º57.41%84.71%-
XYZ35.5454.5518.78-
YUV175.8580.6894.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 216 (84.77% from 255) = 49.43%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=29.52%
G=49.43%
B=21.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal129216920.4000.570.15102.161.3960.39
Hex81D85C28039F663d3c
Octal20133013450071171467574
Binary10000001110110001011100101000011100111111100110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,216,92); }

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

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

 a { background-color: rgb(129,216,92); }

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

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

 span { border-color: rgb(129,216,92); }

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