#81BB32

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

Shades of Lima #81BB32

Tints of Lima #81BB32

Color information

#81BB32 (or 0x81BB32) is unknown color: approx Lima. HEX triplet: 81, BB and 32. RGB value is (129,187,50). Sum of RGB (Red+Green+Blue) = 129+187+50=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB32 is #7E44CD. Grayscale: #9A9A9A. Windows color (decimal): -8275150 or 3324801. OLE color: 3324801.

HSL color Cylindrical-coordinate representation of color #81BB32: hue angle of 85.4º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81BB32 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB12918750-
CMYK0.3100.730.27
HSL85.4º57.81%46.47%-
HSV(B)85.4º73.26%73.33%-
XYZ27.440.449.38-
YUV154.0469.28110.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 187 (73.44% from 255) = 51.09%
BLUE value IS 50 (19.92% from 255) = 13.66%
R=35.25%
G=51.09%
B=13.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129187500.3100.730.2785.457.8146.47
Hex81BB321F0491B553a2e
Octal20127362370111331257256
Binary10000001101110111100101111101001001110111010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,187,50); }

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

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

 a { background-color: rgb(129,187,50); }

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

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

 span { border-color: rgb(129,187,50); }

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