#81AB25

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

Shades of Lima #81AB25

Tints of Lima #81AB25

Color information

#81AB25 (or 0x81AB25) is unknown color: approx Lima. HEX triplet: 81, AB and 25. RGB value is (129,171,37). Sum of RGB (Red+Green+Blue) = 129+171+37=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB25 is #7E54DA. Grayscale: #8F8F8F. Windows color (decimal): -8279259 or 2468737. OLE color: 2468737.

HSL color Cylindrical-coordinate representation of color #81AB25: hue angle of 78.81º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81AB25 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB12917137-
CMYK0.2500.780.33
HSL78.81º64.42%40.78%-
HSV(B)78.81º78.36%67.06%-
XYZ23.9533.937.04-
YUV143.1768.09117.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 37 (14.84% from 255) = 10.98%
R=38.28%
G=50.74%
B=10.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129171370.2500.780.3378.8164.4240.78
Hex81AB251904E214f4029
Octal201253453101164111710051
Binary1000000110101011100101110010100111010000110011111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,171,37); }

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

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

 a { background-color: rgb(129,171,37); }

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

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

 span { border-color: rgb(129,171,37); }

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