#81CC6A

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

Shades of Mantis #81CC6A

Tints of Mantis #81CC6A

Color information

#81CC6A (or 0x81CC6A) is unknown color: approx Mantis. HEX triplet: 81, CC and 6A. RGB value is (129,204,106). Sum of RGB (Red+Green+Blue) = 129+204+106=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC6A is #7E3395. Grayscale: #AAAAAA. Windows color (decimal): -8270742 or 6999169. OLE color: 6999169.

HSL color Cylindrical-coordinate representation of color #81CC6A: hue angle of 105.92º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81CC6A is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB129204106-
CMYK0.3700.480.2
HSL105.92º49%60.78%-
HSV(B)105.92º48.04%80%-
XYZ33.2548.8921.32-
YUV170.491.6598.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=29.38%
G=46.47%
B=24.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1292041060.3700.480.2105.924960.78
Hex81CC6A25030146a313d
Octal20131415245060241526175
Binary100000011100110011010101001010110000101001101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,204,106); }

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

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

 a { background-color: rgb(129,204,106); }

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

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

 span { border-color: rgb(129,204,106); }

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