Html Css Color HEX #81AD05 Lima

📋 copy color: '#81AD05'

red 129 ◦ green 173 ◦ blue 5

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

Shades of Lima #81AD05

Tints of Lima #81AD05

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.35%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 42.02%
G = 56.35%
B = 1.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#81AD05 (or 0x81AD05) is known color: Lima. HEX triplet: 81, AD and 05. RGB value is (129,173,5). Sum of RGB (Red+Green+Blue) = 129+173+5=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD05 is #7E52FA. Grayscale: #8D8D8D. Windows color (decimal): -8278779 or 372097. OLE color: 372097.

HSL color Cylindrical-coordinate representation of color #81AD05: hue angle of 75.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81AD05 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 173 5 -
CMYK 0.25 0 0.97 0.32
HSL 75.71º 0.94% 0.35% -
HSV(B) 75.71º 0.97% 0.68% -
XYZ 24.02 34.57 5.55 -
YUV 140.69 51.42 119.66 -
System Red Green Blue C M Y K H S L
Decimal 129 173 5 0.25 0 0.97 0.32 75.71 0.94 0.35
Hex 81 AD 5 19 0 61 20 4C 5E 23
Octal 201 255 5 31 0 141 40 114 136 43
Binary 10000001 10101101 101 11001 0 1100001 100000 1001100 1011110 100011

Color Harmonies of #81AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD05

Black with #81AD05

Text Example


Text Example

White with #81AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,5); }

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

background-color css

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

 a { background-color: rgb(129,173,5); }

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

border-color css

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

 span { border-color: rgb(129,173,5); }

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