#81B425

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

Shades of Lima #81B425

Tints of Lima #81B425

Color information

#81B425 (or 0x81B425) is unknown color: approx Lima. HEX triplet: 81, B4 and 25. RGB value is (129,180,37). Sum of RGB (Red+Green+Blue) = 129+180+37=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #81B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B425 is #7E4BDA. Grayscale: #949494. Windows color (decimal): -8276955 or 2471041. OLE color: 2471041.

HSL color Cylindrical-coordinate representation of color #81B425: hue angle of 81.4º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81B425 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB12918037-
CMYK0.2800.790.29
HSL81.4º65.9%42.55%-
HSV(B)81.4º79.44%70.59%-
XYZ25.7137.447.62-
YUV148.4565.1114.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=37.28%
G=52.02%
B=10.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129180370.2800.790.2981.465.942.55
Hex81B4251C04F1D51422b
Octal201264453401173512110253
Binary100000011011010010010111100010011111110110100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,180,37); }

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

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

 a { background-color: rgb(129,180,37); }

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

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

 span { border-color: rgb(129,180,37); }

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