#81B71B

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

Shades of Lima #81B71B

Tints of Lima #81B71B

Color information

#81B71B (or 0x81B71B) is unknown color: approx Lima. HEX triplet: 81, B7 and 1B. RGB value is (129,183,27). Sum of RGB (Red+Green+Blue) = 129+183+27=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #81B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B71B is #7E48E4. Grayscale: #959595. Windows color (decimal): -8276197 or 1816449. OLE color: 1816449.

HSL color Cylindrical-coordinate representation of color #81B71B: hue angle of 80.77º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81B71B is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB12918327-
CMYK0.3000.850.28
HSL80.77º74.29%41.18%-
HSV(B)80.77º85.25%71.76%-
XYZ26.1838.617.11-
YUV149.0759.11113.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 27 (10.94% from 255) = 7.96%
R=38.05%
G=53.98%
B=7.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal129183270.3000.850.2880.7774.2941.18
Hex81B71B1E0551C514a29
Octal201267333601253412111251
Binary10000001101101111101111110010101011110010100011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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