#81AD03

Color #81AD03 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #81AD03

Tints of Lima #81AD03

Color information

#81AD03 (or 0x81AD03) is unknown color: approx Lima. HEX triplet: 81, AD and 03. RGB value is (129,173,3). Sum of RGB (Red+Green+Blue) = 129+173+3=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD03 is #7E52FC. Grayscale: #8D8D8D. Windows color (decimal): -8278781 or 241025. OLE color: 241025.

HSL color Cylindrical-coordinate representation of color #81AD03: hue angle of 75.53º degrees, saturation: 0.97, 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 #81AD03 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1291733-
CMYK0.2500.980.32
HSL75.53º96.59%34.51%-
HSV(B)75.53º98.27%67.84%-
XYZ24.0134.565.49-
YUV140.4650.42119.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 173 (67.97% from 255) = 56.72%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=42.30%
G=56.72%
B=0.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12917330.2500.980.3275.5396.5934.51
Hex81AD319062204c6123
Octal20125533101424011414143
Binary100000011010110111110010110001010000010011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81AD03;
 }
 .AnyTagClassName
 {
   color: #81AD03;
 }
</style>
background-color css

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

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

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

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

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

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