Html Css Color HEX #81AD15 Lima

📋 copy color: '#81AD15'

red 129 ◦ green 173 ◦ blue 21

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

Shades of Lima #81AD15

Tints of Lima #81AD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 39.94%
G = 53.56%
B = 6.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#81AD15 (or 0x81AD15) is known color: Lima. HEX triplet: 81, AD and 15. RGB value is (129,173,21). Sum of RGB (Red+Green+Blue) = 129+173+21=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD15 is #7E52EA. Grayscale: #8F8F8F. Windows color (decimal): -8278763 or 1420673. OLE color: 1420673.

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

Color convert

RGB 129 173 21 -
CMYK 0.25 0 0.88 0.32
HSL 77.37º 0.78% 0.38% -
HSV(B) 77.37º 0.88% 0.68% -
XYZ 24.13 34.61 6.12 -
YUV 142.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 129 173 21 0.25 0 0.88 0.32 77.37 0.78 0.38
Hex 81 AD 15 19 0 58 20 4D 4E 26
Octal 201 255 25 31 0 130 40 115 116 46
Binary 10000001 10101101 10101 11001 0 1011000 100000 1001101 1001110 100110

Color Harmonies of #81AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD15

Black with #81AD15

Text Example


Text Example

White with #81AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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