#81BF25

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

Shades of Lima #81BF25

Tints of Lima #81BF25

Color information

#81BF25 (or 0x81BF25) is unknown color: approx Lima. HEX triplet: 81, BF and 25. RGB value is (129,191,37). Sum of RGB (Red+Green+Blue) = 129+191+37=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF25 is #7E40DA. Grayscale: #9B9B9B. Windows color (decimal): -8274139 or 2473857. OLE color: 2473857.

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

Color convert

RGB12919137-
CMYK0.3200.810.25
HSL84.16º67.54%44.71%-
HSV(B)84.16º80.63%74.9%-
XYZ28.0242.068.39-
YUV154.9161.46109.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 37 (14.84% from 255) = 10.36%
R=36.13%
G=53.50%
B=10.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129191370.3200.810.2584.1667.5444.71
Hex81BF25200511954442d
Octal201277454001213112410455
Binary1000000110111111100101100000010100011100110101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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