#81B40F

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

Shades of Lima #81B40F

Tints of Lima #81B40F

Color information

#81B40F (or 0x81B40F) is unknown color: approx Lima. HEX triplet: 81, B4 and 0F. RGB value is (129,180,15). Sum of RGB (Red+Green+Blue) = 129+180+15=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #81B40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B40F is #7E4BF0. Grayscale: #929292. Windows color (decimal): -8276977 or 1029249. OLE color: 1029249.

HSL color Cylindrical-coordinate representation of color #81B40F: hue angle of 78.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81B40F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB12918015-
CMYK0.2800.920.29
HSL78.55º84.62%38.24%-
HSV(B)78.55º91.67%70.59%-
XYZ25.4637.346.32-
YUV145.9454.1115.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 180 (70.70% from 255) = 55.56%
BLUE value IS 15 (6.25% from 255) = 4.63%
R=39.81%
G=55.56%
B=4.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129180150.2800.920.2978.5584.6238.24
Hex81B4F1C05C1D4f5526
Octal201264173401343511712546
Binary1000000110110100111111100010111001110110011111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,180,15); }

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

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

 a { background-color: rgb(129,180,15); }

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

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

 span { border-color: rgb(129,180,15); }

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