#81BC32

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

Shades of Lima #81BC32

Tints of Lima #81BC32

Color information

#81BC32 (or 0x81BC32) is unknown color: approx Lima. HEX triplet: 81, BC and 32. RGB value is (129,188,50). Sum of RGB (Red+Green+Blue) = 129+188+50=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC32 is #7E43CD. Grayscale: #9B9B9B. Windows color (decimal): -8274894 or 3325057. OLE color: 3325057.

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

Color convert

RGB12918850-
CMYK0.3100.730.26
HSL85.65º57.98%46.67%-
HSV(B)85.65º73.4%73.73%-
XYZ27.6140.869.45-
YUV154.6368.95109.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 188 (73.83% from 255) = 51.23%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=35.15%
G=51.23%
B=13.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129188500.3100.730.2685.6557.9846.67
Hex81BC321F0491A563a2f
Octal20127462370111321267257
Binary10000001101111001100101111101001001110101010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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