#81BE1A

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

Shades of Lima #81BE1A

Tints of Lima #81BE1A

Color information

#81BE1A (or 0x81BE1A) is unknown color: approx Lima. HEX triplet: 81, BE and 1A. RGB value is (129,190,26). Sum of RGB (Red+Green+Blue) = 129+190+26=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE1A is #7E41E5. Grayscale: #999999. Windows color (decimal): -8274406 or 1752705. OLE color: 1752705.

HSL color Cylindrical-coordinate representation of color #81BE1A: hue angle of 82.32º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81BE1A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB12919026-
CMYK0.3200.860.25
HSL82.32º75.93%42.35%-
HSV(B)82.32º86.32%74.51%-
XYZ27.6541.577.54-
YUV153.0656.29110.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 190 (74.61% from 255) = 55.07%
BLUE value IS 26 (10.55% from 255) = 7.54%
R=37.39%
G=55.07%
B=7.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129190260.3200.860.2582.3275.9342.35
Hex81BE1A2005619524c2a
Octal201276324001263112211452
Binary100000011011111011010100000010101101100110100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,26); }

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

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

 a { background-color: rgb(129,190,26); }

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

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

 span { border-color: rgb(129,190,26); }

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