#81C218

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

Shades of Lima #81C218

Tints of Lima #81C218

Color information

#81C218 (or 0x81C218) is unknown color: approx Lima. HEX triplet: 81, C2 and 18. RGB value is (129,194,24). Sum of RGB (Red+Green+Blue) = 129+194+24=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #81C218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C218 is #7E3DE7. Grayscale: #9B9B9B. Windows color (decimal): -8273384 or 1622657. OLE color: 1622657.

HSL color Cylindrical-coordinate representation of color #81C218: hue angle of 82.94º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81C218 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB12919424-
CMYK0.3400.880.24
HSL82.94º77.98%42.75%-
HSV(B)82.94º87.63%76.08%-
XYZ28.5143.327.72-
YUV155.1853.97109.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 194 (76.17% from 255) = 55.91%
BLUE value IS 24 (9.77% from 255) = 6.92%
R=37.18%
G=55.91%
B=6.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129194240.3400.880.2482.9477.9842.75
Hex81C2182205818534e2b
Octal201302304201303012311653
Binary100000011100001011000100010010110001100010100111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,194,24); }

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

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

 a { background-color: rgb(129,194,24); }

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

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

 span { border-color: rgb(129,194,24); }

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