#81BE0D

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

Shades of Lima #81BE0D

Tints of Lima #81BE0D

Color information

#81BE0D (or 0x81BE0D) is unknown color: approx Lima. HEX triplet: 81, BE and 0D. RGB value is (129,190,13). Sum of RGB (Red+Green+Blue) = 129+190+13=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BE0D is #7E41F2. Grayscale: #989898. Windows color (decimal): -8274419 or 900737. OLE color: 900737.

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

Color convert

RGB12919013-
CMYK0.3200.930.25
HSL80.68º87.19%39.8%-
HSV(B)80.68º93.16%74.51%-
XYZ27.5441.526.94-
YUV151.5849.79111.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 190 (74.61% from 255) = 57.23%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=38.86%
G=57.23%
B=3.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129190130.3200.930.2580.6887.1939.8
Hex81BED2005D19515728
Octal201276154001353112112750
Binary10000001101111101101100000010111011100110100011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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