#81B103

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

Shades of Lima #81B103

Tints of Lima #81B103

Color information

#81B103 (or 0x81B103) is unknown color: approx Lima. HEX triplet: 81, B1 and 03. RGB value is (129,177,3). Sum of RGB (Red+Green+Blue) = 129+177+3=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #81B103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B103 is #7E4EFC. Grayscale: #8F8F8F. Windows color (decimal): -8277757 or 242049. OLE color: 242049.

HSL color Cylindrical-coordinate representation of color #81B103: hue angle of 76.55º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81B103 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1291773-
CMYK0.2700.980.31
HSL76.55º96.67%35.29%-
HSV(B)76.55º98.31%69.41%-
XYZ24.7936.125.75-
YUV142.8149.1118.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 177 (69.53% from 255) = 57.28%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=41.75%
G=57.28%
B=0.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12917730.2700.980.3176.5596.6735.29
Hex81B131B0621F4d6123
Octal20126133301423711514143
Binary10000001101100011111011011000101111110011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,3); }

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

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

 a { background-color: rgb(129,177,3); }

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

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

 span { border-color: rgb(129,177,3); }

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