#81BF34

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

Shades of Lima #81BF34

Tints of Lima #81BF34

Color information

#81BF34 (or 0x81BF34) is unknown color: approx Lima. HEX triplet: 81, BF and 34. RGB value is (129,191,52). Sum of RGB (Red+Green+Blue) = 129+191+52=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF34 is #7E40CB. Grayscale: #9D9D9D. Windows color (decimal): -8274124 or 3456897. OLE color: 3456897.

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

Color convert

RGB12919152-
CMYK0.3200.730.25
HSL86.76º57.2%47.65%-
HSV(B)86.76º72.77%74.9%-
XYZ28.342.189.9-
YUV156.6268.96108.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.68%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=34.68%
G=51.34%
B=13.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129191520.3200.730.2586.7657.247.65
Hex81BF342004919573930
Octal20127764400111311277160
Binary100000011011111111010010000001001001110011010111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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