#81C109

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

Shades of Lima #81C109

Tints of Lima #81C109

Color information

#81C109 (or 0x81C109) is unknown color: approx Lima. HEX triplet: 81, C1 and 09. RGB value is (129,193,9). Sum of RGB (Red+Green+Blue) = 129+193+9=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #81C109 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C109 is #7E3EF6. Grayscale: #999999. Windows color (decimal): -8273655 or 639361. OLE color: 639361.

HSL color Cylindrical-coordinate representation of color #81C109: hue angle of 80.87º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81C109 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1291939-
CMYK0.3300.950.24
HSL80.87º91.09%39.61%-
HSV(B)80.87º95.34%75.69%-
XYZ28.1742.837.04-
YUV152.8946.8110.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 193 (75.78% from 255) = 58.31%
BLUE value IS 9 (3.91% from 255) = 2.72%
R=38.97%
G=58.31%
B=2.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12919390.3300.950.2480.8791.0939.61
Hex81C192105F18515b28
Octal201301114101373012113350
Binary10000001110000011001100001010111111100010100011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,193,9); }

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

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

 a { background-color: rgb(129,193,9); }

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

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

 span { border-color: rgb(129,193,9); }

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