Html Css Color HEX #81B31D Lima

📋 copy color: '#81B31D'

red 129 ◦ green 179 ◦ blue 29

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

Shades of Lima #81B31D

Tints of Lima #81B31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.12%

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 38.28%
G = 53.12%
B = 8.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#81B31D (or 0x81B31D) is known color: Lima. HEX triplet: 81, B3 and 1D. RGB value is (129,179,29). Sum of RGB (Red+Green+Blue) = 129+179+29=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #81B31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B31D is #7E4CE2. Grayscale: #939393. Windows color (decimal): -8277219 or 1946497. OLE color: 1946497.

HSL color Cylindrical-coordinate representation of color #81B31D: hue angle of 80º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81B31D is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 179 29 -
CMYK 0.28 0 0.84 0.30
HSL 80º 0.72% 0.41% -
HSV(B) 80º 0.84% 0.7% -
XYZ 25.4 37 6.96 -
YUV 146.95 61.44 115.2 -
System Red Green Blue C M Y K H S L
Decimal 129 179 29 0.28 0 0.84 0.30 80 0.72 0.41
Hex 81 B3 1D 1C 0 54 1E 50 48 29
Octal 201 263 35 34 0 124 36 120 110 51
Binary 10000001 10110011 11101 11100 0 1010100 11110 1010000 1001000 101001

Color Harmonies of #81B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B31D

Black with #81B31D

Text Example


Text Example

White with #81B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,179,29); }

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

background-color css

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

 a { background-color: rgb(129,179,29); }

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

border-color css

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

 span { border-color: rgb(129,179,29); }

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