#81bf19

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

Shades of Lima #81BF19

Tints of Lima #81BF19

Color information

#81BF19 (or 0x81BF19) is unknown color: approx Lima. HEX triplet: 81, BF and 19. RGB value is (129,191,25). Sum of RGB (Red+Green+Blue) = 129+191+25=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BF19 is #7E40E6. Grayscale: #9A9A9A. Windows color (decimal): -8274151 or 1687425. OLE color: 1687425.

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

Color convert

RGB12919125-
CMYK0.3200.870.25
HSL82.41º76.85%42.35%-
HSV(B)82.41º86.91%74.9%-
XYZ27.86427.56-
YUV153.5455.46110.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 25 (10.16% from 255) = 7.25%
R=37.39%
G=55.36%
B=7.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129191250.3200.870.2582.4176.8542.35
Hex81BF192005719524d2a
Octal201277314001273112211552
Binary100000011011111111001100000010101111100110100101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81bf19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,191,25); }

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

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

 a { background-color: rgb(129,191,25); }

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

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

 span { border-color: rgb(129,191,25); }

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