#81B919

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

Shades of Lima #81B919

Tints of Lima #81B919

Color information

#81B919 (or 0x81B919) is unknown color: approx Lima. HEX triplet: 81, B9 and 19. RGB value is (129,185,25). Sum of RGB (Red+Green+Blue) = 129+185+25=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #81B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B919 is #7E46E6. Grayscale: #969696. Windows color (decimal): -8275687 or 1685889. OLE color: 1685889.

HSL color Cylindrical-coordinate representation of color #81B919: hue angle of 81º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81B919 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB12918525-
CMYK0.3000.860.27
HSL81º76.19%41.18%-
HSV(B)81º86.49%72.55%-
XYZ26.5839.447.13-
YUV150.0257.45113.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 54.57%
BLUE value IS 25 (10.16% from 255) = 7.37%
R=38.05%
G=54.57%
B=7.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129185250.3000.860.278176.1941.18
Hex81B9191E0561B514c29
Octal201271313601263312111451
Binary10000001101110011100111110010101101101110100011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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