Html Css Color HEX #81BA29 Lima

📋 copy color: '#81BA29'

red 129 ◦ green 186 ◦ blue 41

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

Shades of Lima #81BA29

Tints of Lima #81BA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.25%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 36.24%
G = 52.25%
B = 11.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#81BA29 (or 0x81BA29) is known color: Lima. HEX triplet: 81, BA and 29. RGB value is (129,186,41). Sum of RGB (Red+Green+Blue) = 129+186+41=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA29 is #7E45D6. Grayscale: #989898. Windows color (decimal): -8275415 or 2734721. OLE color: 2734721.

HSL color Cylindrical-coordinate representation of color #81BA29: hue angle of 83.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81BA29 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 186 41 -
CMYK 0.31 0 0.78 0.27
HSL 83.59º 0.64% 0.45% -
HSV(B) 83.59º 0.78% 0.73% -
XYZ 27.01 39.95 8.38 -
YUV 152.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 129 186 41 0.31 0 0.78 0.27 83.59 0.64 0.45
Hex 81 BA 29 1F 0 4E 1B 54 40 2D
Octal 201 272 51 37 0 116 33 124 100 55
Binary 10000001 10111010 101001 11111 0 1001110 11011 1010100 1000000 101101

Color Harmonies of #81BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA29

Black with #81BA29

Text Example


Text Example

White with #81BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,186,41); }

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

background-color css

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

 a { background-color: rgb(129,186,41); }

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

border-color css

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

 span { border-color: rgb(129,186,41); }

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