#81B612

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

Shades of Lima #81B612

Tints of Lima #81B612

Color information

#81B612 (or 0x81B612) is unknown color: approx Lima. HEX triplet: 81, B6 and 12. RGB value is (129,182,18). Sum of RGB (Red+Green+Blue) = 129+182+18=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #81B612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B612 is #7E49ED. Grayscale: #949494. Windows color (decimal): -8276462 or 1226369. OLE color: 1226369.

HSL color Cylindrical-coordinate representation of color #81B612: hue angle of 79.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81B612 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB12918218-
CMYK0.2900.900.29
HSL79.39º82%39.22%-
HSV(B)79.39º90.11%71.37%-
XYZ25.8938.176.57-
YUV147.4654.94114.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 182 (71.48% from 255) = 55.32%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=39.21%
G=55.32%
B=5.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129182180.2900.900.2979.398239.22
Hex81B6121D05A1D4f5227
Octal201266223501323511712247
Binary10000001101101101001011101010110101110110011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,182,18); }

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

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

 a { background-color: rgb(129,182,18); }

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

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

 span { border-color: rgb(129,182,18); }

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