#81C11D

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

Shades of Lima #81C11D

Tints of Lima #81C11D

Color information

#81C11D (or 0x81C11D) is unknown color: approx Lima. HEX triplet: 81, C1 and 1D. RGB value is (129,193,29). Sum of RGB (Red+Green+Blue) = 129+193+29=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #81C11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C11D is #7E3EE2. Grayscale: #9B9B9B. Windows color (decimal): -8273635 or 1950081. OLE color: 1950081.

HSL color Cylindrical-coordinate representation of color #81C11D: hue angle of 83.41º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81C11D is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB12919329-
CMYK0.3300.850.24
HSL83.41º73.87%43.53%-
HSV(B)83.41º84.97%75.69%-
XYZ28.3442.97.95-
YUV155.1756.8109.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 193 (75.78% from 255) = 54.99%
BLUE value IS 29 (11.72% from 255) = 8.26%
R=36.75%
G=54.99%
B=8.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129193290.3300.850.2483.4173.8743.53
Hex81C11D2105518534a2c
Octal201301354101253012311254
Binary100000011100000111101100001010101011100010100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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