Html Css Color HEX #81B031 Limerick

📋 copy color: '#81B031'

red 129 ◦ green 176 ◦ blue 49

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

Shades of Limerick #81B031

Tints of Limerick #81B031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.72%

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

R = 36.44%
G = 49.72%
B = 13.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#81B031 (or 0x81B031) is known color: Limerick. HEX triplet: 81, B0 and 31. RGB value is (129,176,49). Sum of RGB (Red+Green+Blue) = 129+176+49=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #81B031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B031 is #7E4FCE. Grayscale: #939393. Windows color (decimal): -8277967 or 3256449. OLE color: 3256449.

HSL color Cylindrical-coordinate representation of color #81B031: hue angle of 82.2º 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 #81B031 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 176 49 -
CMYK 0.27 0 0.72 0.31
HSL 82.2º 0.56% 0.44% -
HSV(B) 82.2º 0.72% 0.69% -
XYZ 25.13 35.94 8.52 -
YUV 147.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 129 176 49 0.27 0 0.72 0.31 82.2 0.56 0.44
Hex 81 B0 31 1B 0 48 1F 52 38 2C
Octal 201 260 61 33 0 110 37 122 70 54
Binary 10000001 10110000 110001 11011 0 1001000 11111 1010010 111000 101100

Color Harmonies of #81B031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B031

Black with #81B031

Text Example


Text Example

White with #81B031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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