Html Css Color HEX #81AD04 Lima

📋 copy color: '#81AD04'

red 129 ◦ green 173 ◦ blue 4

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

Shades of Lima #81AD04

Tints of Lima #81AD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 42.16%
G = 56.54%
B = 1.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#81AD04 (or 0x81AD04) is known color: Lima. HEX triplet: 81, AD and 04. RGB value is (129,173,4). Sum of RGB (Red+Green+Blue) = 129+173+4=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD04 is #7E52FB. Grayscale: #8D8D8D. Windows color (decimal): -8278780 or 306561. OLE color: 306561.

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

Color convert

RGB 129 173 4 -
CMYK 0.25 0 0.98 0.32
HSL 75.62º 0.95% 0.35% -
HSV(B) 75.62º 0.98% 0.68% -
XYZ 24.02 34.56 5.52 -
YUV 140.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 129 173 4 0.25 0 0.98 0.32 75.62 0.95 0.35
Hex 81 AD 4 19 0 62 20 4C 5F 23
Octal 201 255 4 31 0 142 40 114 137 43
Binary 10000001 10101101 100 11001 0 1100010 100000 1001100 1011111 100011

Color Harmonies of #81AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD04

Black with #81AD04

Text Example


Text Example

White with #81AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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