#81B427

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

Shades of Lima #81B427

Tints of Lima #81B427

Color information

#81B427 (or 0x81B427) is unknown color: approx Lima. HEX triplet: 81, B4 and 27. RGB value is (129,180,39). Sum of RGB (Red+Green+Blue) = 129+180+39=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #81B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B427 is #7E4BD8. Grayscale: #959595. Windows color (decimal): -8276953 or 2602113. OLE color: 2602113.

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

Color convert

RGB12918039-
CMYK0.2800.780.29
HSL81.7º64.38%42.94%-
HSV(B)81.7º78.33%70.59%-
XYZ25.7437.467.79-
YUV148.6866.1113.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 180 (70.70% from 255) = 51.72%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=37.07%
G=51.72%
B=11.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129180390.2800.780.2981.764.3842.94
Hex81B4271C04E1D52402b
Octal201264473401163512210053
Binary100000011011010010011111100010011101110110100101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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