#81AF21

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

Shades of Lima #81AF21

Tints of Lima #81AF21

Color information

#81AF21 (or 0x81AF21) is unknown color: approx Lima. HEX triplet: 81, AF and 21. RGB value is (129,175,33). Sum of RGB (Red+Green+Blue) = 129+175+33=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF21 is #7E50DE. Grayscale: #919191. Windows color (decimal): -8278239 or 2207617. OLE color: 2207617.

HSL color Cylindrical-coordinate representation of color #81AF21: hue angle of 79.44º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81AF21 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB12917533-
CMYK0.2600.810.31
HSL79.44º68.27%40.78%-
HSV(B)79.44º81.14%68.63%-
XYZ24.6635.446.98-
YUV145.0664.76116.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=38.28%
G=51.93%
B=9.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129175330.2600.810.3179.4468.2740.78
Hex81AF211A0511F4f4429
Octal201257413201213711710451
Binary100000011010111110000111010010100011111110011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,175,33); }

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

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

 a { background-color: rgb(129,175,33); }

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

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

 span { border-color: rgb(129,175,33); }

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