#81BF45

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

Shades of Mantis #81BF45

Tints of Mantis #81BF45

Color information

#81BF45 (or 0x81BF45) is unknown color: approx Mantis. HEX triplet: 81, BF and 45. RGB value is (129,191,69). Sum of RGB (Red+Green+Blue) = 129+191+69=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF45 is #7E40BA. Grayscale: #9E9E9E. Windows color (decimal): -8274107 or 4571009. OLE color: 4571009.

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

Color convert

RGB12919169-
CMYK0.3200.640.25
HSL90.49º48.8%50.98%-
HSV(B)90.49º63.87%74.9%-
XYZ28.7642.3612.29-
YUV158.5577.46106.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=33.16%
G=49.10%
B=17.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129191690.3200.640.2590.4948.850.98
Hex81BF4520040195a3133
Octal201277105400100311326163
Binary1000000110111111100010110000001000000110011011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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