Html Css Color HEX #81AF20 Lima

📋 copy color: '#81AF20'

red 129 ◦ green 175 ◦ blue 32

#81AF20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #81AF20

Tints of Lima #81AF20

RGB

 RED value IS 129 (50.78% from 255) = 38.39%

 GREEN value IS 175 (68.75% from 255) = 52.08%

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 38.39%
G = 52.08%
B = 9.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#81AF20 (or 0x81AF20) is known color: Lima. HEX triplet: 81, AF and 20. RGB value is (129,175,32). Sum of RGB (Red+Green+Blue) = 129+175+32=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF20 is #7E50DF. Grayscale: #919191. Windows color (decimal): -8278240 or 2142081. OLE color: 2142081.

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

Color convert

RGB 129 175 32 -
CMYK 0.26 0 0.82 0.31
HSL 79.3º 0.69% 0.41% -
HSV(B) 79.3º 0.82% 0.69% -
XYZ 24.64 35.43 6.91 -
YUV 144.94 64.26 116.63 -
System Red Green Blue C M Y K H S L
Decimal 129 175 32 0.26 0 0.82 0.31 79.3 0.69 0.41
Hex 81 AF 20 1A 0 52 1F 4F 45 29
Octal 201 257 40 32 0 122 37 117 105 51
Binary 10000001 10101111 100000 11010 0 1010010 11111 1001111 1000101 101001

Color Harmonies of #81AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF20

Black with #81AF20

Text Example


Text Example

White with #81AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81AF20;
 }
 .AnyTagClassName
 {
   color: #81AF20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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