#81BF67

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

Shades of Mantis #81BF67

Tints of Mantis #81BF67

Color information

#81BF67 (or 0x81BF67) is unknown color: approx Mantis. HEX triplet: 81, BF and 67. RGB value is (129,191,103). Sum of RGB (Red+Green+Blue) = 129+191+103=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF67 is #7E4098. Grayscale: #A2A2A2. Windows color (decimal): -8274073 or 6799233. OLE color: 6799233.

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

Color convert

RGB129191103-
CMYK0.3200.460.25
HSL102.27º40.74%57.65%-
HSV(B)102.27º46.07%74.9%-
XYZ30.1342.9119.53-
YUV162.4394.46104.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 103 (40.62% from 255) = 24.35%
R=30.50%
G=45.15%
B=24.35%

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
Decimal1291911030.3200.460.25102.2740.7457.65
Hex81BF672002E1966293a
Octal20127714740056311465172
Binary100000011011111111001111000000101110110011100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,191,103); }

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

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

 a { background-color: rgb(129,191,103); }

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

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

 span { border-color: rgb(129,191,103); }

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