#81BF69

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

Shades of Mantis #81BF69

Tints of Mantis #81BF69

Color information

#81BF69 (or 0x81BF69) is unknown color: approx Mantis. HEX triplet: 81, BF and 69. RGB value is (129,191,105). Sum of RGB (Red+Green+Blue) = 129+191+105=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF69 is #7E4096. Grayscale: #A2A2A2. Windows color (decimal): -8274071 or 6930305. OLE color: 6930305.

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

Color convert

RGB129191105-
CMYK0.3200.450.25
HSL103.26º40.19%58.04%-
HSV(B)103.26º45.03%74.9%-
XYZ30.2342.9520.06-
YUV162.6695.46103.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=30.35%
G=44.94%
B=24.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291911050.3200.450.25103.2640.1958.04
Hex81BF692002D1967283a
Octal20127715140055311475072
Binary100000011011111111010011000000101101110011100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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