#81BE66

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

Shades of Mantis #81BE66

Tints of Mantis #81BE66

Color information

#81BE66 (or 0x81BE66) is unknown color: approx Mantis. HEX triplet: 81, BE and 66. RGB value is (129,190,102). Sum of RGB (Red+Green+Blue) = 129+190+102=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE66 is #7E4199. Grayscale: #A2A2A2. Windows color (decimal): -8274330 or 6733441. OLE color: 6733441.

HSL color Cylindrical-coordinate representation of color #81BE66: hue angle of 101.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BE66 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB129190102-
CMYK0.3200.460.25
HSL101.59º40.37%57.25%-
HSV(B)101.59º46.32%74.51%-
XYZ29.8642.4519.19-
YUV161.7394.29104.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 102 (40.23% from 255) = 24.23%
R=30.64%
G=45.13%
B=24.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901020.3200.460.25101.5940.3757.25
Hex81BE662002E19662839
Octal20127614640056311465071
Binary100000011011111011001101000000101110110011100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,102); }

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

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

 a { background-color: rgb(129,190,102); }

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

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

 span { border-color: rgb(129,190,102); }

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