Html Css Color HEX #81AF31 Limerick

📋 copy color: '#81AF31'

red 129 ◦ green 175 ◦ blue 49

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

Shades of Limerick #81AF31

Tints of Limerick #81AF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 36.54%
G = 49.58%
B = 13.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#81AF31 (or 0x81AF31) is known color: Limerick. HEX triplet: 81, AF and 31. RGB value is (129,175,49). Sum of RGB (Red+Green+Blue) = 129+175+49=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF31 is #7E50CE. Grayscale: #939393. Windows color (decimal): -8278223 or 3256193. OLE color: 3256193.

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

Color convert

RGB 129 175 49 -
CMYK 0.26 0 0.72 0.31
HSL 81.9º 0.56% 0.44% -
HSV(B) 81.9º 0.72% 0.69% -
XYZ 24.94 35.55 8.45 -
YUV 146.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 129 175 49 0.26 0 0.72 0.31 81.9 0.56 0.44
Hex 81 AF 31 1A 0 48 1F 52 38 2C
Octal 201 257 61 32 0 110 37 122 70 54
Binary 10000001 10101111 110001 11010 0 1001000 11111 1010010 111000 101100

Color Harmonies of #81AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF31

Black with #81AF31

Text Example


Text Example

White with #81AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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