#81B613

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

Shades of Lima #81B613

Tints of Lima #81B613

Color information

#81B613 (or 0x81B613) is unknown color: approx Lima. HEX triplet: 81, B6 and 13. RGB value is (129,182,19). Sum of RGB (Red+Green+Blue) = 129+182+19=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #81B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B613 is #7E49EC. Grayscale: #949494. Windows color (decimal): -8276461 or 1291905. OLE color: 1291905.

HSL color Cylindrical-coordinate representation of color #81B613: hue angle of 79.51º degrees, saturation: 0.81, 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 #81B613 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB12918219-
CMYK0.2900.900.29
HSL79.51º81.09%39.41%-
HSV(B)79.51º89.56%71.37%-
XYZ25.938.176.62-
YUV147.5755.44114.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 182 (71.48% from 255) = 55.15%
BLUE value IS 19 (7.81% from 255) = 5.76%
R=39.09%
G=55.15%
B=5.76%

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
Decimal129182190.2900.900.2979.5181.0939.41
Hex81B6131D05A1D505127
Octal201266233501323512012147
Binary10000001101101101001111101010110101110110100001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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