#81BF51

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

Shades of Mantis #81BF51

Tints of Mantis #81BF51

Color information

#81BF51 (or 0x81BF51) is unknown color: approx Mantis. HEX triplet: 81, BF and 51. RGB value is (129,191,81). Sum of RGB (Red+Green+Blue) = 129+191+81=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF51 is #7E40AE. Grayscale: #A0A0A0. Windows color (decimal): -8274095 or 5357441. OLE color: 5357441.

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

Color convert

RGB12919181-
CMYK0.3200.580.25
HSL93.82º46.22%53.33%-
HSV(B)93.82º57.59%74.9%-
XYZ29.1742.5214.45-
YUV159.9283.46105.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=32.17%
G=47.63%
B=20.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129191810.3200.580.2593.8246.2253.33
Hex81BF512003A195e2e35
Octal20127712140072311365665
Binary100000011011111110100011000000111010110011011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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