#81C216

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

Shades of Lima #81C216

Tints of Lima #81C216

Color information

#81C216 (or 0x81C216) is unknown color: approx Lima. HEX triplet: 81, C2 and 16. RGB value is (129,194,22). Sum of RGB (Red+Green+Blue) = 129+194+22=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #81C216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C216 is #7E3DE9. Grayscale: #9B9B9B. Windows color (decimal): -8273386 or 1491585. OLE color: 1491585.

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

Color convert

RGB12919422-
CMYK0.3400.890.24
HSL82.67º79.63%42.35%-
HSV(B)82.67º88.66%76.08%-
XYZ28.4943.317.62-
YUV154.9652.97109.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 194 (76.17% from 255) = 56.23%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=37.39%
G=56.23%
B=6.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129194220.3400.890.2482.6779.6342.35
Hex81C216220591853502a
Octal201302264201313012312052
Binary100000011100001010110100010010110011100010100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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