#81BE1B

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

Shades of Lima #81BE1B

Tints of Lima #81BE1B

Color information

#81BE1B (or 0x81BE1B) is unknown color: approx Lima. HEX triplet: 81, BE and 1B. RGB value is (129,190,27). Sum of RGB (Red+Green+Blue) = 129+190+27=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE1B is #7E41E4. Grayscale: #999999. Windows color (decimal): -8274405 or 1818241. OLE color: 1818241.

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

Color convert

RGB12919027-
CMYK0.3200.860.25
HSL82.45º75.12%42.55%-
HSV(B)82.45º85.79%74.51%-
XYZ27.6641.577.6-
YUV153.1856.79110.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 190 (74.61% from 255) = 54.91%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=37.28%
G=54.91%
B=7.80%

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
Decimal129190270.3200.860.2582.4575.1242.55
Hex81BE1B2005619524b2b
Octal201276334001263112211353
Binary100000011011111011011100000010101101100110100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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