#81BB1F

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

Shades of Lima #81BB1F

Tints of Lima #81BB1F

Color information

#81BB1F (or 0x81BB1F) is unknown color: approx Lima. HEX triplet: 81, BB and 1F. RGB value is (129,187,31). Sum of RGB (Red+Green+Blue) = 129+187+31=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB1F is #7E44E0. Grayscale: #989898. Windows color (decimal): -8275169 or 2079617. OLE color: 2079617.

HSL color Cylindrical-coordinate representation of color #81BB1F: hue angle of 82.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81BB1F is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB12918731-
CMYK0.3100.830.27
HSL82.31º71.56%42.75%-
HSV(B)82.31º83.42%73.33%-
XYZ27.0740.317.65-
YUV151.8759.78111.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 187 (73.44% from 255) = 53.89%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=37.18%
G=53.89%
B=8.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129187310.3100.830.2782.3171.5642.75
Hex81BB1F1F0531B52482b
Octal201273373701233312211053
Binary10000001101110111111111111010100111101110100101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,187,31); }

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

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

 a { background-color: rgb(129,187,31); }

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

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

 span { border-color: rgb(129,187,31); }

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