#81B410

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

Shades of Lima #81B410

Tints of Lima #81B410

Color information

#81B410 (or 0x81B410) is unknown color: approx Lima. HEX triplet: 81, B4 and 10. RGB value is (129,180,16). Sum of RGB (Red+Green+Blue) = 129+180+16=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #81B410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B410 is #7E4BEF. Grayscale: #929292. Windows color (decimal): -8276976 or 1094785. OLE color: 1094785.

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

Color convert

RGB12918016-
CMYK0.2800.910.29
HSL78.66º83.67%38.43%-
HSV(B)78.66º91.11%70.59%-
XYZ25.4737.356.36-
YUV146.0654.6115.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=39.69%
G=55.38%
B=4.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129180160.2800.910.2978.6683.6738.43
Hex81B4101C05B1D4f5426
Octal201264203401333511712446
Binary10000001101101001000011100010110111110110011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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