#81BF72

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

Shades of Mantis #81BF72

Tints of Mantis #81BF72

Color information

#81BF72 (or 0x81BF72) is unknown color: approx Mantis. HEX triplet: 81, BF and 72. RGB value is (129,191,114). Sum of RGB (Red+Green+Blue) = 129+191+114=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF72 is #7E408D. Grayscale: #A3A3A3. Windows color (decimal): -8274062 or 7520129. OLE color: 7520129.

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

Color convert

RGB129191114-
CMYK0.3200.400.25
HSL108.31º37.56%59.8%-
HSV(B)108.31º40.31%74.9%-
XYZ30.7243.1422.63-
YUV163.6899.96103.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.72%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=29.72%
G=44.01%
B=26.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291911140.3200.400.25108.3137.5659.8
Hex81BF7220028196c263c
Octal20127716240050311544674
Binary100000011011111111100101000000101000110011101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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