#81C762

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

Shades of Mantis #81C762

Tints of Mantis #81C762

Color information

#81C762 (or 0x81C762) is unknown color: approx Mantis. HEX triplet: 81, C7 and 62. RGB value is (129,199,98). Sum of RGB (Red+Green+Blue) = 129+199+98=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #81C762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C762 is #7E389D. Grayscale: #A6A6A6. Windows color (decimal): -8272030 or 6473601. OLE color: 6473601.

HSL color Cylindrical-coordinate representation of color #81C762: hue angle of 101.58º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81C762 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB12919998-
CMYK0.3500.510.22
HSL101.58º47.42%58.24%-
HSV(B)101.58º50.75%78.04%-
XYZ31.6846.418.84-
YUV166.5689.31101.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 199 (78.12% from 255) = 46.71%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=30.28%
G=46.71%
B=23.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129199980.3500.510.22101.5847.4258.24
Hex81C7622303316662f3a
Octal20130714243063261465772
Binary100000011100011111000101000110110011101101100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,199,98); }

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

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

 a { background-color: rgb(129,199,98); }

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

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

 span { border-color: rgb(129,199,98); }

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